Github API - Test Config

GET /repos/{owner}/{repo}/subscription
repos
activity

Get a repository subscription

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 repository-subscription

repository-subscription [object]

Repository invitations let you manage who you collaborate with.

Attributes
created_at string

ignored boolean

Determines if all notifications should be blocked from this repository.

reason string

repository_url string

subscribed boolean

Determines if notifications should be received from this repository.

url string

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)