GitHubProvider.

GetLabelsAsync(string, string) Method

Syntax

public Task<IEnumerable<Label>> GetLabelsAsync(string owner, string repository)

Parameters

Name Type Description
owner string
repository string

Return Value

Type Description
Task<IEnumerable<Label>>
GitHub