Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

GitHub Custom APIs #26

Open
InbasasiS opened this issue Sep 6, 2020 · 1 comment
Open

GitHub Custom APIs #26

InbasasiS opened this issue Sep 6, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@InbasasiS
Copy link
Member

InbasasiS commented Sep 6, 2020

Table:
Name: github_data
fields:

  1. Repo name
  2. contributor name
  3. contributor profile pic url
  4. commits count
  5. programming language

APIs:

GitHub data api

Method: GET

response:

{ 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 }... ] }

@InbasasiS InbasasiS added this to In progress in TrackerBoard Sep 6, 2020
@Monisha28
Copy link

Working on it. ✌

@InbasasiS InbasasiS added the enhancement New feature or request label Sep 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
TrackerBoard
  
In progress
Development

No branches or pull requests

2 participants