You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-36Lines changed: 9 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,44 +27,17 @@ You can set the environment variable: `XIVAPI_KEY` Or via:
27
27
$api->environment->key('my_api_key');
28
28
```
29
29
30
-
**Using global queries**
30
+
**Using Queries (excludes Search)**
31
31
32
-
The following global queries are supported:
32
+
The API has a whole host of queries to allow you to customise the response, these are all passed to the API before you request data. Search has some extra queries that are hard coded as these interact with Elastic Search.
0 commit comments