mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Add IObservableRepositoryCommentsClient as well as an implementation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user