Property | Type | Description | |
---|---|---|---|
GitHubApiUrl |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
FixUpBaseUri ( |
public GitHubClient ( IConnection connection ) : System | ||
connection | IConnection | The underlying |
return | 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. /// |
return | 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 |
return | 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 | |
return | 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 | |
return | System |