Class BranchGithubVersionProvider
Inherited Members
Namespace: Volo.Docs.GitHub.Documents.Version
Assembly: Volo.Docs.Domain.dll
Syntax
public class BranchGithubVersionProvider : IGithubVersionProvider, ITransientDependency
Constructors
BranchGithubVersionProvider()
Declaration
public BranchGithubVersionProvider()
Methods
GetVersions(string, string, string)
Declaration
public Task<List<GithubVersion>> GetVersions(string name, string repositoryName, string token)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | repositoryName | |
| string | token |
Returns
| Type | Description |
|---|---|
| Task<List<GithubVersion>> |