Merge branch 'master' into deployments_client

This commit is contained in:
Peter MacNaughton
2014-02-02 11:16:19 -07:00
84 changed files with 2927 additions and 132 deletions

View File

@@ -91,7 +91,6 @@ namespace Octokit
User = new UsersClient(apiConnection);
SshKey = new SshKeysClient(apiConnection);
GitDatabase = new GitDatabaseClient(apiConnection);
Tree = new TreesClient(apiConnection);
Search = new SearchClient(apiConnection);
Deployment = new DeploymentsClient(apiConnection);
}
@@ -142,7 +141,6 @@ namespace Octokit
public IUsersClient User { get; private set; }
public INotificationsClient Notification { get; private set; }
public IGitDatabaseClient GitDatabase { get; private set; }
public ITreesClient Tree { get; private set; }
public ISearchClient Search { get; private set; }
public IDeploymentsClient Deployment { get; private set; }