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 00b0d8b commit 8802d51Copy full SHA for 8802d51
README.rst
@@ -46,9 +46,10 @@ expects a response to look like the following::
46
"meta": {
47
"count": 20,
48
"next": 2,
49
- "nextLink": "http://example.com/api/1.0/identities/?page=2",
+ "next_link": "http://example.com/api/1.0/identities/?page=2",
50
+ "page": 1,
51
"previous": null,
- "prevousLink": null
52
+ "previous_link": null
53
}
54
55
0 commit comments