Github API - Test Config

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

Each array contains the day number, hour number, and number of commits:

  • 0-6: Sunday - Saturday
  • 0-23: Hour of day
  • Number of commits

For example, [2, 14, 25] indicates that there were 25 total commits, during the 2:00pm hour on Tuesdays. All times are based on the time zone of individual commits.
Get the hourly commit count for each day

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)
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)