Github API - Test Config

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

Returns the total number of commits authored by the contributor. In addition, the response includes a Weekly Hash (weeks array) with the following information:

  • w - Start of the week, given as a Unix timestamp.
  • a - Number of additions
  • d - Number of deletions
  • c - Number of commits
    Get all contributor commit activity

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json contributor-activity []

contributor-activity [object]

Contributor Activity

Attributes
total integer

weeks 1962 []

API:
Github Open API
(version: 1.1.4)
202 accepted

accepted [scalar]

Accepted

API:
Github Open API
(version: 1.1.4)
204 no_content

no_content [scalar]

A header with no content is returned.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)