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 6643f00 commit 1f5f4ddCopy full SHA for 1f5f4dd
src/XIVAPI/Api/Market.php
@@ -29,7 +29,7 @@ public function categories()
29
30
public function tokens($password)
31
{
32
- return Guzzle::get("/market/categories", [
+ return Guzzle::get("/companion/tokens", [
33
RequestOptions::QUERY => [
34
'password' => $password
35
]
0 commit comments