Github API - Test Config

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

Get a milestone

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 milestone-number

milestone-number [scalar]

The number that identifies the milestone.

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)