Cleaned up interfaces and implementetation so convention tests pass

This commit is contained in:
John Du Hart
2014-05-19 22:47:52 -04:00
parent 568220de91
commit 7b9b06f495
8 changed files with 36 additions and 17 deletions
@@ -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.