pub async fn issue_delete_label(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<(), Error<IssueDeleteLabelError>>
pub async fn issue_delete_label(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<(), Error<IssueDeleteLabelError>>