pub async fn repos_slash_get_release(
configuration: &Configuration,
owner: &str,
repo: &str,
release_id: i32,
) -> Result<Release, Error<ReposSlashGetReleaseError>>
Expand description
Gets a public release with the specified release ID. Note: This returns an upload_url
key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource. For more information, see "Getting started with the REST API."