pub async fn issues_slash_get_label(
configuration: &Configuration,
owner: &str,
repo: &str,
name: &str,
) -> Result<Label, Error<IssuesSlashGetLabelError>>
Expand description
Gets a label using the given name.
pub async fn issues_slash_get_label(
configuration: &Configuration,
owner: &str,
repo: &str,
name: &str,
) -> Result<Label, Error<IssuesSlashGetLabelError>>
Gets a label using the given name.