mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
by default you want the GitHub API
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Octokit
|
||||
/// the user agent for analytics purposes.
|
||||
/// </param>
|
||||
public GitHubClient(ProductHeaderValue productInformation)
|
||||
: this(new Connection(productInformation))
|
||||
: this(new Connection(productInformation, GitHubApiUrl))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user