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