We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c533cd5 commit 31ae88bCopy full SHA for 31ae88b
1 file changed
README.md
@@ -17,6 +17,7 @@ Currently supported APIs:
17
```php
18
use Scopus\ScopusApi;
19
20
+// replace with your API key
21
$apiKey = "114ff0c3b57a0ec62e15efdedefd2e6f";
22
$api = new ScopusApi($apiKey);
23
$results = $api
0 commit comments