Github API - Test Config

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

To download the asset's binary content, set the Accept header of the request to application/octet-stream. The API will either redirect the client to the location, or stream it directly if possible. API clients should handle both a 200 or 302 response.
Get a release asset

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 asset-id

asset-id [scalar]

The unique identifier of the asset.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json release-asset

release-asset [object]

Data related to a release.

Attributes
browser_download_url string

content_type string

created_at string

download_count integer

id integer

label string

name string

The file name of the asset.

node_id string

size integer

state string

State of the release asset.

updated_at string

url string

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

found [scalar]

Found

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)