mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
moved Statistics under Repository as per the docs
This commit is contained in:
@@ -93,7 +93,6 @@ namespace Octokit
|
||||
GitDatabase = new GitDatabaseClient(apiConnection);
|
||||
Search = new SearchClient(apiConnection);
|
||||
Deployment = new DeploymentsClient(apiConnection);
|
||||
Statistics = new StatisticsClient(apiConnection);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -144,8 +143,6 @@ namespace Octokit
|
||||
public IGitDatabaseClient GitDatabase { get; private set; }
|
||||
public ISearchClient Search { get; private set; }
|
||||
public IDeploymentsClient Deployment { get; private set; }
|
||||
public IStatisticsClient Statistics { get; private set; }
|
||||
|
||||
static Uri FixUpBaseUri(Uri uri)
|
||||
{
|
||||
Ensure.ArgumentNotNull(uri, "uri");
|
||||
|
||||
Reference in New Issue
Block a user