Skip to content

Instantly share code, notes, and snippets.

@alfredoem
Created January 4, 2017 13:43
Show Gist options
  • Save alfredoem/7834c5b94515a7ec67e098bbc8fce1da to your computer and use it in GitHub Desktop.
Save alfredoem/7834c5b94515a7ec67e098bbc8fce1da to your computer and use it in GitHub Desktop.
API endpoint pagination data in response body or header
{
"page": 1,
"pageSize": 2,
"rowCount": 380,
"pageCount": 190
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment