moved Statistics under Repository as per the docs

This commit is contained in:
Brendan Forster
2014-02-18 21:54:35 +11:00
parent 5ff3987d05
commit 4da060b1e2
7 changed files with 25 additions and 11 deletions

View File

@@ -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");