Свойство | Тип | Описание | |
---|---|---|---|
GitHubApiUrl |
Метод | Описание | |
---|---|---|
GetLastApiInfo ( ) : Octokit.ApiInfo |
Gets the latest API Info - this will be null if no API calls have been made
|
|
GitHubClient ( IConnection connection ) : System |
Create a new instance of the GitHub API v3 client using the specified connection.
|
|
GitHubClient ( Octokit.ProductHeaderValue productInformation ) : System |
Create a new instance of the GitHub API v3 client pointing to https://api.github.com/
|
|
GitHubClient ( Octokit.ProductHeaderValue productInformation, ICredentialStore credentialStore ) : System |
Create a new instance of the GitHub API v3 client pointing to https://api.github.com/
|
|
GitHubClient ( Octokit.ProductHeaderValue productInformation, ICredentialStore credentialStore, |
Create a new instance of the GitHub API v3 client pointing to the specified baseAddress.
|
|
GitHubClient ( Octokit.ProductHeaderValue productInformation, |
Create a new instance of the GitHub API v3 client pointing to the specified baseAddress.
|
Метод | Описание | |
---|---|---|
FixUpBaseUri ( |
public GetLastApiInfo ( ) : Octokit.ApiInfo | ||
Результат | Octokit.ApiInfo |
public GitHubClient ( IConnection connection ) : System | ||
connection | IConnection | The underlying |
Результат | System |
public GitHubClient ( Octokit.ProductHeaderValue productInformation ) : System | ||
productInformation | Octokit.ProductHeaderValue | /// The name (and optionally version) of the product using this library. This is sent to the server as part of /// the user agent for analytics purposes. /// |
Результат | System |
public GitHubClient ( Octokit.ProductHeaderValue productInformation, ICredentialStore credentialStore ) : System | ||
productInformation | Octokit.ProductHeaderValue | /// The name (and optionally version) of the product using this library. This is sent to the server as part of /// the user agent for analytics purposes. /// |
credentialStore | ICredentialStore | Provides credentials to the client when making requests |
Результат | System |
public GitHubClient ( Octokit.ProductHeaderValue productInformation, ICredentialStore credentialStore, |
||
productInformation | Octokit.ProductHeaderValue | /// The name (and optionally version) of the product using this library. This is sent to the server as part of /// the user agent for analytics purposes. /// |
credentialStore | ICredentialStore | Provides credentials to the client when making requests |
baseAddress | /// The address to point this client to. Typically used for GitHub Enterprise /// instances | |
Результат | System |
public GitHubClient ( Octokit.ProductHeaderValue productInformation, |
||
productInformation | Octokit.ProductHeaderValue | /// The name (and optionally version) of the product using this library. This is sent to the server as part of /// the user agent for analytics purposes. /// |
baseAddress | /// The address to point this client to. Typically used for GitHub Enterprise /// instances | |
Результат | System |