Github API - Test Config

GET /repos/{owner}/{repo}/collaborators/{username}/permission
users
repos

Checks the repository permission of a collaborator. The possible repository permissions are admin, write, read, and none.
Get repository permissions for a user

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 username

username [scalar]

The handle for the GitHub user account.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json repository-collaborator-permission

repository-collaborator-permission [object]

Repository Collaborator Permission

Attributes
permission string

role_name string

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

not_found [scalar]

Resource not found

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