Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active November 1, 2024 23:26
Show Gist options
  • Save wilmoore/329742563e925d58198fd562406e7975 to your computer and use it in GitHub Desktop.
Save wilmoore/329742563e925d58198fd562406e7975 to your computer and use it in GitHub Desktop.
Software Engineering :: Source Control :: VCS :: Git :: Managed Hosting Platform :: GitHub :: Gist :: API :: Pagination

Software Engineering :: Source Control :: VCS :: Git :: Managed Hosting Platform :: GitHub :: Gist :: API :: Pagination

⪼ Made with 💜 by Polyglot.

Requests that return multiple items will be paginated to 30 items by default.

  • navigate pages with the ?page parameter (page 0 & 1 are the same)
  • set page size with ?per_page parameter (max = 100)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment