pub async fn repo_get_release(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Release, Error<RepoGetReleaseError>>
pub async fn repo_get_release(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Release, Error<RepoGetReleaseError>>