add base Enterprise client to GitHubClient

This commit is contained in:
Ryan Gribble
2015-12-24 15:05:34 +10:00
parent 40120619c6
commit c9026e4723
2 changed files with 17 additions and 0 deletions

View File

@@ -134,5 +134,13 @@
/// Refer to the API docmentation for more information: https://developer.github.com/v3/search/
/// </remarks>
ISearchClient Search { get; }
/// <summary>
/// Access GitHub's Enterprise API
/// </summary>
/// <remarks>
/// Refer to the API documentation for more information: https://developer.github.com/v3/enterprise/
/// </remarks>
IEnterpriseClient Enterprise { get; }
}
}