Getting all GitHub users through github-api

前端 未结 4 1280
有刺的猬
有刺的猬 2021-02-07 20:24

The GitHub API documentation says that the url

https://api.github.com/users

will give all users in the order they signed up, but I only seem to get the first 135

4条回答
  •  情歌与酒
    2021-02-07 20:49

    Both of the existing answers are 100% correct, but I would advise you to use a wrapper for whatever language you happen to be doing this in. There are plenty of them and there is an official one for ruby (Octokit). Here is a list of all of them.

提交回复
热议问题