Github API - Test Config

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

Returns the last year of commit activity grouped by week. The days array is a group of commits per day, starting on Sunday.
Get the last year of 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 commit-activity []

commit-activity [object]

Commit Activity

Attributes
days integer []

total integer

week integer

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)