Skip to content

Commit

Permalink
Corrected meta object documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jerel committed Jul 18, 2014
1 parent 00b0d8b commit 8802d51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ expects a response to look like the following::
"meta": {
"count": 20,
"next": 2,
"nextLink": "http://example.com/api/1.0/identities/?page=2",
"next_link": "http://example.com/api/1.0/identities/?page=2",
"page": 1,
"previous": null,
"prevousLink": null
"previous_link": null
}
}

Expand Down

0 comments on commit 8802d51

Please sign in to comment.