Github Endpoints


List of repositories

Endpoint

Method URI Headers
GET /api/github/company-repositories Default

URI Params

none

DATA Params

none


Get repository by name

Endpoint

Method URI Headers
GET /api/github/repository/{repositoryName} Default

URI Params

none

DATA Params

{
"repositoryName" : string,
}


Get issues of repository

Endpoint

Method URI Headers
GET /api/github/issues/{repositoryName} Default

URI Params

none

DATA Params

{
"repositoryName" : string,
}


List of employees

Endpoint

Method URI Headers
GET /api/github/company-employees Default

URI Params

none

DATA Params

none


List of pull requests

Endpoint

Method URI Headers
GET /api/github/company-pull-requests Default

URI Params

none

DATA Params

none


Get pull requests by employee

Endpoint

Method URI Headers
GET /api/github/{member}/pull-requests Default

URI Params

none

DATA Params

{
"member" : Member ID,
}