Finalized integration testing for review comments

This commit is contained in:
Gabriel Weyer
2014-05-04 10:46:35 +10:00
parent 7223518239
commit f23ddf81f9
11 changed files with 279 additions and 91 deletions

View File

@@ -5,6 +5,11 @@ namespace Octokit.Reactive
{
public interface IObservablePullRequestsClient
{
/// <summary>
/// Client for managing comments.
/// </summary>
IObservablePullRequestReviewCommentsClient Comment { get; }
/// <summary>
/// Gets a single Pull Request by number.
/// </summary>