C# Class GitHub.Api.SimpleApiClient

Inheritance: ISimpleApiClient
Afficher le fichier Open project: github/VisualStudio Class Usage Examples

Méthodes publiques

Méthode Description
GetRepository ( ) : Task
HasWiki ( ) : bool
IsAuthenticated ( ) : bool
IsEnterprise ( ) : bool
SimpleApiClient ( UriString repoUrl, IGitHubClient githubClient, Lazy enterpriseProbe, Lazy wikiProbe ) : System

Private Methods

Méthode Description
GetRepositoryInternal ( ) : Task
HasWikiInternal ( Octokit.Repository repo ) : Task
IsEnterpriseInternal ( ) : Task

Method Details

GetRepository() public méthode

public GetRepository ( ) : Task
Résultat Task

HasWiki() public méthode

public HasWiki ( ) : bool
Résultat bool

IsAuthenticated() public méthode

public IsAuthenticated ( ) : bool
Résultat bool

IsEnterprise() public méthode

public IsEnterprise ( ) : bool
Résultat bool

SimpleApiClient() public méthode

public SimpleApiClient ( UriString repoUrl, IGitHubClient githubClient, Lazy enterpriseProbe, Lazy wikiProbe ) : System
repoUrl UriString
githubClient IGitHubClient
enterpriseProbe Lazy
wikiProbe Lazy
Résultat System