Skip to content

Instantly share code, notes, and snippets.

@ignacio-chiazzo
Created April 8, 2020 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignacio-chiazzo/1bad34c1e3c1c9067e9a02477774ff01 to your computer and use it in GitHub Desktop.
Save ignacio-chiazzo/1bad34c1e3c1c9067e9a02477774ff01 to your computer and use it in GitHub Desktop.
`GET /products?limit=20&page=1` # -> Returns the **first Page**
`GET /products?limit=20&page=2` # -> Returns the **second Page**
`GET /products?limit=20&page=3` # -> Returns the **third Page**
`....`
`....`
`GET /products?limit=20&page=n` -> Returns the **N Page**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment