Function repo_list_release_attachments

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