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

GitHub Custom APIs #26

@InbasasiS

Description

@InbasasiS

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions