pub async fn repo_get_release_attachment(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
attachment_id: i64,
) -> Result<Attachment, Error<RepoGetReleaseAttachmentError>>
pub async fn repo_get_release_attachment(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
attachment_id: i64,
) -> Result<Attachment, Error<RepoGetReleaseAttachmentError>>