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}/languages

Returns languages with byte counts.

GET/repos/{owner}/{repo}/contributors

Lists top contributors by commit count.

GET/repos/{owner}/{repo}/commits

Recent commits on the default branch.

Example request
curl https://api.github.com/repos/facebook/react