GitHub API-合作者名单
GitHub API-list of collaborates
有什么方法可以通过GitHub API 找到一个项目的贡献者数量吗?这个解决方案没有给我正确的结果
https://api.github.com/repos/PrestaShop/PrestaShop/stats/contributors?affiliation=all
使用下面的 api 获取贡献者列表
GET /repos/:owner/:repo/stats/contributors
有什么方法可以通过GitHub API 找到一个项目的贡献者数量吗?这个解决方案没有给我正确的结果 https://api.github.com/repos/PrestaShop/PrestaShop/stats/contributors?affiliation=all
使用下面的 api 获取贡献者列表
GET /repos/:owner/:repo/stats/contributors