Interface IGithubVersionProvider
Namespace: Volo.Docs.GitHub.Documents.Version
Assembly: Volo.Docs.Domain.dll
Syntax
public interface IGithubVersionProvider
Methods
GetVersions(String, String, String)
Declaration
Task<List<GithubVersion>> GetVersions(string name, string repositoryName, string token)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.String | repositoryName | |
| System.String | token |
Returns
| Type | Description |
|---|---|
| Task<List<GithubVersion>> |