issues_slash_get_label

Function issues_slash_get_label 

Source
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.