Github API - Test Config

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

Returns a weekly aggregate of the number of additions and deletions pushed to a repository.
Get the weekly 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 code-frequency-stat []

code-frequency-stat [list]

Code Frequency Stat

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)