Github API - Test Config

GET /repos/{owner}/{repo}/releases
repos

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.
List releases

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

release [object]

A release.

Attributes
assets release-asset []

assets_url string

author simple-user

body string

body_html string

body_text string

created_at string

discussion_url string

The URL of the release discussion.

draft boolean

true to create a draft (unpublished) release, false to create a published one.

html_url string

id integer

mentions_count integer

name string

node_id string

prerelease boolean

Whether to identify the release as a prerelease or a full release.

published_at string

reactions reaction-rollup

tag_name string

The name of the tag.

tarball_url string

target_commitish string

Specifies the commitish value that determines where the Git tag is created from.

upload_url string

url string

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