Navigation Menu

Skip to content

The list-user-repositories API (V3) doesn't return all the repositories #24396

Discussion options

You must be logged in to vote

Hi @prahladyeri,

Thanks for being here! It’s most likely that you are not seeing all your repositories due to pagination. Most calls only return 30 records at a time, this can be increased to 100 via a per_page attribute, but if you have more than 100 you will need to request every page and store the whole list.

Give http://developer.github.com/v3/#pagination a read through and see if retrieving subsequent pages works out. I hope this helps!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@prahladyeri
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants