Skip to content

Instantly share code, notes, and snippets.

@schneems
Created January 20, 2012 22:11
Show Gist options
  • Select an option

  • Save schneems/1649893 to your computer and use it in GitHub Desktop.

Select an option

Save schneems/1649893 to your computer and use it in GitHub Desktop.
pagination uris
{
'previous': '/users?page=1',
'next': '/users?page=3',
'users': [ {...} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment