IVcsProvider.

GetLabelsAsync(string, string) Method

Namespace
GitReleaseManager.Core.Provider
Containing Type
IVcsProvider

Syntax

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

Parameters

Name Type Description
owner string
repository string

Return Value

Type Description
Task<IEnumerable<Label>>
GitHub