GitHub API: Repositories Contributed To

后端 未结 10 1734
耶瑟儿~
耶瑟儿~ 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:33

    As of now GitHub API v3, doesn't provide a way to get the user's current streak.

    You may use this to calculate the current streak.

    https://github.com/users//contributions.json
    

提交回复
热议问题