We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b459b commit 854b75cCopy full SHA for 854b75c
tests/test.php
@@ -9,7 +9,7 @@
9
/*
10
* You can get api key from https://dashboard.cryptoapis.io/register
11
*/
12
-$apiKey = 'c64c870e847484110db765f3baf5c624b2251662';
+$apiKey = 'YOUR_API_KEY';
13
14
/*create instance*/
15
$instance = new \RestApis\Factory($apiKey);
0 commit comments