Github API - Test Config

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

Get the total number of clones 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 repository clones

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 clone-traffic

clone-traffic [object]

Clone Traffic

Attributes
clones traffic []

count integer

uniques integer

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)