Github API - Test Config

GET /repos/{owner}/{repo}/traffic/views
repos

Get the total number of views and breakdown per day or week for the last 14 days. Timestamps are aligned to UTC midnight of the beginning of the day or week. Week begins on Monday.
Get page views

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)

key per

per [scalar]

The time frame to display results for.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json view-traffic

view-traffic [object]

View Traffic

Attributes
count integer

uniques integer

views traffic []

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

forbidden [scalar]

Forbidden

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