API Reference
RepoScan is a thin client over the public GitHub REST API.
GET
/repos/{owner}/{repo}Fetches core repository metadata.
GET
/repos/{owner}/{repo}/languagesReturns languages with byte counts.
GET
/repos/{owner}/{repo}/contributorsLists top contributors by commit count.
GET
/repos/{owner}/{repo}/commitsRecent commits on the default branch.
Example request
curl https://api.github.com/repos/facebook/react