pub async fn repo_list_release_attachments(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Vec<Attachment>, Error<RepoListReleaseAttachmentsError>>
pub async fn repo_list_release_attachments(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Vec<Attachment>, Error<RepoListReleaseAttachmentsError>>