Implemented DeploymentsClient and unit tests

This commit is contained in:
pmacnaughton
2014-01-10 15:11:02 -07:00
parent 524fb377af
commit c8d99c30f4
14 changed files with 274 additions and 1 deletions

View File

@@ -24,5 +24,6 @@ namespace Octokit
IGitDatabaseClient GitDatabase { get; }
ITreesClient Tree { get; }
ISearchClient Search { get; }
IDeploymentsClient Deployment { get; }
}
}
}