You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub will paginate the repos list in the API, putting about 30 in one request. If a user has more than this number of repos, more requests are needed to get the complete list of repos.
I think the right way of going through all pages is to add ?page=N, and keep incrementing page until an empty list comes back.
The text was updated successfully, but these errors were encountered:
GitHub will paginate the repos list in the API, putting about 30 in one request. If a user has more than this number of repos, more requests are needed to get the complete list of repos.
I think the right way of going through all pages is to add
?page=N
, and keep incrementingpage
until an empty list comes back.The text was updated successfully, but these errors were encountered: