Add IObservableRepositoryCommentsClient as well as an implementation

This commit is contained in:
Will Froese
2014-02-27 22:04:26 -05:00
parent be24239564
commit 082658083c
12 changed files with 232 additions and 2 deletions
@@ -116,6 +116,14 @@ namespace Octokit.Reactive
///</remarks>
IObservableStatisticsClient Statistics { get; }
/// <summary>
/// Client for GitHub's Repository Comments API.
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/repos/comments/">Repository Comments API documentation</a> for more information.
/// </remarks>
IObservableRepositoryCommentsClient RepositoryComments { get; }
/// <summary>
/// Gets all the branches for the specified repository.
/// </summary>