How to query >30 repositories through API #21931
Answered
by
JeffersonMontgomery-Intel
JeffersonMontgomery-Intel
asked this question in
New to GitHub
-
Requesting an organization’s repositories only seems to return 30 repositories. e.g., curl --user “…” https://api.github.com/orgs/GameTechDev/repos only returns information on:
There should be 36 public repositories (plus private ones with authentication). How can I request *all* the repositories via the API? |
Beta Was this translation helpful? Give feedback.
Answered by
JeffersonMontgomery-Intel
Jan 29, 2018
Replies: 1 comment
-
I was able to solve this using https://api.github.com/orgs/GameTechDev/repos?page=2 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to solve this using https://api.github.com/orgs/GameTechDev/repos?page=2