【问题标题】:GitHub API-list of collaboratesGitHub API-合作者列表
【发布时间】: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


    【解决方案1】:

    使用以下 api 获取贡献者列表

    GET /repos/:owner/:repo/stats/contributors

    【讨论】:

    • 我使用这个 Api 但没有显示正确的结果
    • 你会得到一个列表作为这个 api 的响应。从中,你会得到你想要的。
    猜你喜欢
    • 2010-12-13
    • 1970-01-01
    • 1970-01-01
    • 2023-01-07
    • 2012-08-23
    • 2021-12-29
    • 1970-01-01
    • 2017-04-02
    • 2013-01-12
    相关资源
    最近更新 更多