-
Notifications
You must be signed in to change notification settings - Fork 0
Analyze Github api #2
Comments
Query for collect all the repository of github user by login (v4 api):
|
Api for getting statistics about contributors in the repository (v3 api): |
Collection statistics about user's commits from git side (without any api): |
We need to have two entry points for GitHub: repository or user. |
The algorithm we can scan repositories.
Our scanning process starts from request GET /repos/:owner/:repo/stats/contributors frrom git api. |
The initial formulas for imprint: rc = total repository commits |
Github API has 5000 requests per hour limit. |
No description provided.
The text was updated successfully, but these errors were encountered: