pub async fn repo_create_release_attachment(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
name: Option<&str>,
attachment: Option<PathBuf>,
) -> Result<Attachment, Error<RepoCreateReleaseAttachmentError>>
pub async fn repo_create_release_attachment(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
name: Option<&str>,
attachment: Option<PathBuf>,
) -> Result<Attachment, Error<RepoCreateReleaseAttachmentError>>