Skip to content

Instantly share code, notes, and snippets.

@southpolesteve
Created October 12, 2012 21:00
Show Gist options
  • Save southpolesteve/3881496 to your computer and use it in GitHub Desktop.
Save southpolesteve/3881496 to your computer and use it in GitHub Desktop.
Hi,
Found what seems to be a bug in the issues section of the github API. it may exist elsewhere, but I am not sure.
Your documentation says under the pagination section "Requests that return multiple items will be paginated to 30 items by default"
But I only seem to be getting 25 by default. Tested this on my own private repos as well as public. See example here:
curl "https://api.github.com/repos/rails/rails/issues"
This only returns 25 results for me.
Seem like a quick fix (to the docs or to the api)
-Steve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment