mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
add base Enterprise client to GitHubClient
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user