Get latest Pages build
Path Parameters
Response
200 application/json
Response
Response
Page Build
Page Build
Show Child Parameters
Simple User
Show Child Parameters
Path Parameters
Get GitHub Enterprise Server Pages build
Path Parameters
Response
200 application/json
Response
Response
Page Build
Page Build
Show Child Parameters
Simple User
Show Child Parameters
Path Parameters
Get a repository README
Gets the preferred README for a repository.
READMEs support custom media types for retrieving the raw content or rendered HTML.
Query Parameters
The name of the commit/branch/tag. Default: the repository’s default branch (usually master
)
Path Parameters
Response
application/json
Response
Response
Content File
Content File
Show Child Parameters
Example:"actual/actual.md"
Example:"git://example.com/defunkt/dotjs.git"
Path Parameters
Query Parameters
Get a repository README for a directory
Gets the README from a repository directory.
READMEs support custom media types for retrieving the raw content or rendered HTML.
Query Parameters
The name of the commit/branch/tag. Default: the repository’s default branch (usually master
)
Path Parameters
The alternate path to look for a README file
Response
application/json
Response
Response
Content File
Content File
Show Child Parameters
Example:"actual/actual.md"
Example:"git://example.com/defunkt/dotjs.git"
Path Parameters
Query Parameters
List releases
This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the Repository Tags API.
Information about published releases are available to everyone. Only users with push access will receive listings for draft releases.
Query Parameters
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Path Parameters
Response
application/json
Response
Response
A release.
The name of the tag.
Example:v1.0.0
Specifies the commitish value that determines where the Git tag is created from.
Example:master
true to create a draft (unpublished) release, false to create a published one.
Example:false
Whether to identify the release as a prerelease or a full release.
Example:false
Simple User
Show Child Parameters
Data related to a release.