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 fd186a0 commit 6d0ddb0Copy full SHA for 6d0ddb0
README.md
@@ -17,7 +17,7 @@ if (response.getError() == null) {
17
System.out.println(error.getCode() + ": " + error.getMessage());
18
}
19
```
20
-A list of requests along with their expected response types can be found [here](requests.md).
+A list of requests along with their expected response types can be found [here](REQUESTS.md).
21
22
# Sorting
23
Sorting is possible by passing a SortOptions object into the constructor of supported requests (simply pass null if you don't care about sorting).
0 commit comments