Github API - Test Config

GET /repos/{owner}/{repo}/pulls/{pull_number}/commits
repos
pulls

Lists a maximum of 250 commits for a pull request. To receive a complete commit list for pull requests with more than 250 commits, use the List commits endpoint.
List commits on a pull request

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

pull-number [scalar]

The number that identifies the pull request.

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 commit []

commit [object]

Commit

Attributes
comments_url string

commit 1947

files diff-entry []

html_url string

node_id string

parents 1949 []

sha string

stats 1950

url string

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