Github API - Test Config

GET /repos/{owner}/{repo}/milestones
repos
issues

List milestones

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)

state string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

sort string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

direction string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json milestone []

milestone [object]

A collection of related issues and pull requests.

Attributes
closed_at string

closed_issues integer

created_at string

description string

due_on string

html_url string

id integer

labels_url string

node_id string

number integer

The number of the milestone.

open_issues integer

state string

The state of the milestone.

title string

The title of the milestone.

updated_at string

url 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)