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 bf9652c commit 0567601Copy full SHA for 0567601
src/XIVAPI/Guzzle/Guzzle.php
@@ -45,7 +45,7 @@ public static function query($method, $apiEndpoint, $options = [])
45
46
// set XIVAPI key
47
if ($key = getenv(Environment::XIVAPI_KEY)) {
48
- $options[RequestOptions::QUERY]['key'] = $key;
+ $options[RequestOptions::QUERY]['private_key'] = $key;
49
}
50
51
// set request queries
0 commit comments