mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Cleaned up interfaces and implementetation so convention tests pass
This commit is contained in:
@@ -126,9 +126,16 @@ namespace Octokit.Reactive
|
||||
IObservableRepositoryCommentsClient RepositoryComments { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a client for GitHub's Repository Hooks
|
||||
/// A client for GitHub's Repository Hooks API.
|
||||
/// </summary>
|
||||
/// <remarks>See <a href="http://developer.github.com/v3/repos/hooks/">Hooks API documentation</a> for more information.</remarks>
|
||||
IObservableRepositoryHooksClient Hooks { get; }
|
||||
|
||||
/// <summary>
|
||||
/// A client for GitHub's Repository Forks API.
|
||||
/// </summary>
|
||||
/// <remarks>See <a href="http://developer.github.com/v3/repos/forks/">Forks API documentation</a> for more information.</remarks>
|
||||
IObservableRepositoryForksClient Forks { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets all the branches for the specified repository.
|
||||
|
||||
Reference in New Issue
Block a user