Stats related to weekly contributions to GitHub repositories
App is required to be authenticated to GitHub api in order to retrieve stats about repositories. You need to provide your personal authentication token from GitHub. GitHub personal token can generated at https://github.com/settings/tokens
Attach token parameter with your GitHub personal token to query string of url.
curl "https://links.vizydrop.com/github/vizydrop?token=YOUR-GITHUB-TOKEN"
Attach authorization header Authorization to your request with your GitHub token
curl -v -H "Authorization: YOUR-GITHUB-TOKEN" "https://links.vizydrop.com/github/vizydrop"
Retrieve stats of repositories where you are added as collaborator
curl "https://links.vizydrop.com/github/me?token=YOUR-GITHUB-TOKEN"
Retrieve stats of repositories by organization
:organizationis organization at github.
curl "https://links.vizydrop.com/github/vizydrop?token=YOUR-GITHUB-TOKEN"
Retrieve stats of concrete repository
:owneris user or organization at github:repositoryis name of the repository
curl "https://links.vizydrop.com/github/vizydrop/github-data-link?token=YOUR-GITHUB-TOKEN"
Retrieve stats of repositories by team
:organizationis organization at github. For examplevizydrop:teamis team name or slug at github. For examplecore
curl "https://links.vizydrop.com/github/vizydrop/team/core?token=YOUR-GITHUB-TOKEN"
- Source Code: https://github.com/vizydrop/github-data-link
- Docker Image: vizydrop/github-data-link