IRepositoriesClient.RepositoryComments -> IRepositoriesClient.Comment

Fixes #1031
This commit is contained in:
Mordechai Zuber
2015-12-23 19:00:48 +02:00
parent 2ede6e2b26
commit 18fd10c53f
6 changed files with 44 additions and 2 deletions
@@ -141,8 +141,17 @@ namespace Octokit.Reactive
/// <remarks>
/// See the <a href="http://developer.github.com/v3/repos/comments/">Repository Comments API documentation</a> for more information.
/// </remarks>
[Obsolete("Comment information is now available under the Comment property. This will be removed in a future update.")]
IObservableRepositoryCommentsClient RepositoryComments { 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 Comment { get; }
/// <summary>
/// A client for GitHub's Repository Hooks API.
/// </summary>