pub async fn repos_slash_delete_release_asset(
configuration: &Configuration,
owner: &str,
repo: &str,
asset_id: i32,
) -> Result<(), Error<ReposSlashDeleteReleaseAssetError>>
pub async fn repos_slash_delete_release_asset(
configuration: &Configuration,
owner: &str,
repo: &str,
asset_id: i32,
) -> Result<(), Error<ReposSlashDeleteReleaseAssetError>>