Created
October 12, 2012 21:00
-
-
Save southpolesteve/3881496 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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