mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 21:55:12 +00:00
fixing impacted observable client
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Octokit.Reactive
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="number">The pull request number</param>
|
||||
/// <returns>The list of <see cref="PullRequestReviewComment"/>s for the specified pull request</returns>
|
||||
IObservable<PullRequestReviewComment> GetForPullRequest(string owner, string name, int number);
|
||||
IObservable<PullRequestReviewComment> GetAll(string owner, string name, int number);
|
||||
|
||||
/// <summary>
|
||||
/// Gets a list of the pull request review comments in a specified repository.
|
||||
|
||||
Reference in New Issue
Block a user