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 d17e1d1 commit 836b872Copy full SHA for 836b872
src/XIVAPI/Api/Character.php
@@ -9,7 +9,7 @@ class Character
9
{
10
public function search(string $name, string $server, int $page = 1)
11
12
- return Guzzle::get("/freecompany/search", [
+ return Guzzle::get("/character/search", [
13
RequestOptions::QUERY => [
14
'name' => $name,
15
'server' => ucwords($server),
0 commit comments