You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2021. It is now read-only.
{ repo_count: total repositories, commit_count: total commits of all repos, languages_count: count of programming languages used, repositories: [ { name: name of repo, commits: no. of commits of that repo, language: programming language } ... ] }
Contributors api
Method: GET
response:
{ contributors: [ { name: name of contributor, profile_pic_url: link to the profile pic, commits_count: commits that the user contributed }... ] }