【发布时间】:2018-03-15 10:40:16
【问题描述】:
有没有什么方法可以通过 GitHub API 找到项目的贡献者数量?这个解决方案没有给我正确的结果 https://api.github.com/repos/PrestaShop/PrestaShop/stats/contributors?affiliation=all
【问题讨论】:
标签: javascript java rest api github-api
有没有什么方法可以通过 GitHub API 找到项目的贡献者数量?这个解决方案没有给我正确的结果 https://api.github.com/repos/PrestaShop/PrestaShop/stats/contributors?affiliation=all
【问题讨论】:
标签: javascript java rest api github-api
使用以下 api 获取贡献者列表
GET /repos/:owner/:repo/stats/contributors
【讨论】: