Skip to content

Commit c533cd5

Browse files
authored
Update test.php
1 parent dcc248c commit c533cd5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/test.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
require './vendor/autoload.php';
1010

11-
$apiKey = "114ff0c1b77a0cc62e05efdedefd1e6f";
11+
// replace with your API key
12+
$apiKey = "114ff0c3b57a0ec62e15efdedefd2e6f";
13+
1214
$api = new ScopusApi($apiKey);
1315
$results = $api
1416
->query("af-id(60071066)")
@@ -32,4 +34,4 @@
3234

3335
var_dump($author);
3436
}
35-
}
37+
}

0 commit comments

Comments
 (0)