Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add ApiOption overloads to methods on IRepositoryCommentsClient #1262

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes
prayankmathur committed Apr 10, 2016
commit 1164628e6a3d1e3f465d737a80cdc44a3e4ce369
Original file line number Diff line number Diff line change
@@ -90,6 +90,7 @@ public IObservable<CommitComment> GetAllForCommit(string owner, string name, str
/// <param name="owner">The owner of the repository</param>
/// <param name="name">The name of the repository</param>
/// <param name="sha">The sha of the commit</param>
/// <param name="options">Options to change the API response</param>
/// <returns></returns>
public IObservable<CommitComment> GetAllForCommit(string owner, string name, string sha, ApiOptions options)
{