We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refer #1659
ICommitCommentReactionsClient and IObservableCommitCommentReactionsClient
GetAll(string owner, string name, int number)
GetAll(long repositoryId, int number)
IIssueCommentReactionsClient and IObservableIssueCommentReactionsClient
IIssueReactionsClient and IObservableIssueReactionsClient
IPullRequestReviewCommentReactionsClient and IObservablePullRequestReviewCommentReactionsClient
Remove convention test exclusion [ExcludeFromPaginationApiOptionsConventionTest]
[ExcludeFromPaginationApiOptionsConventionTest]
Add ApiOptions overload
ApiOptions
ApiOptions.None
Update unit tests
null
Add pagination Integration tests
ReturnsCorrectCountOfXWithoutStart
ReturnsCorrectCountOfXWithStart
ReturnsDistinctXBasedOnStartPage
The text was updated successfully, but these errors were encountered:
I'll 🙌 for this one.
Sorry, something went wrong.
No branches or pull requests
Refer #1659
Implement Pagination on the following clients
ICommitCommentReactionsClient and IObservableCommitCommentReactionsClient
GetAll(string owner, string name, int number)
GetAll(long repositoryId, int number)
IIssueCommentReactionsClient and IObservableIssueCommentReactionsClient
GetAll(string owner, string name, int number)
GetAll(long repositoryId, int number)
IIssueReactionsClient and IObservableIssueReactionsClient
GetAll(string owner, string name, int number)
GetAll(long repositoryId, int number)
IPullRequestReviewCommentReactionsClient and IObservablePullRequestReviewCommentReactionsClient
GetAll(string owner, string name, int number)
GetAll(long repositoryId, int number)
Checklist
Remove convention test exclusion
[ExcludeFromPaginationApiOptionsConventionTest]
Add
ApiOptions
overloadApiOptions.None
Update unit tests
ApiOptions
parameternull
check forApiOptions
Add pagination Integration tests
ReturnsCorrectCountOfXWithoutStart
ReturnsCorrectCountOfXWithStart
ReturnsDistinctXBasedOnStartPage
The text was updated successfully, but these errors were encountered: