-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pagination support to Reactions Clients #1948
Conversation
Welcome back @hnrkndrssn! I'll have a 👀 when I can |
Thanks @ryangribble, no rush 😃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty minor nitpick, but we are missing null check tests for the overloads that take a repositoryId
, and ApiOptions
. Probably because until now there were no null checks for the repositoryId
/GetAll
methods since they had no nullable parameters, thus there was no existing section to add a check to...
release_notes: Added pagination support to |
Fixes #1661