GitHub API: Repositories Contributed To

后端 未结 10 1741
耶瑟儿~
耶瑟儿~ 2020-12-07 09:45

Is there a way to get access to the data in the “Repositories contributed to” module on GitHub profile pages via the GitHub API? Ideally the entire list, not just the top fi

10条回答
  •  庸人自扰
    2020-12-07 10:21

    I didn't see any way of doing it in the API. The closest I could find was to get the latest 300 events from a public user (300 is the limit, unfortunately), and then you can sort those for contributions to other's repositories.

    https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user

    We need to ask Github to implement this in their API.

提交回复
热议问题