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

[SDK-2548] Support unpaginated requests for some endpoints #525

Merged
merged 1 commit into from
Sep 21, 2021

Conversation

frederikprijck
Copy link
Member

@frederikprijck frederikprijck commented Sep 20, 2021

Changes

Some of the endpoints on API v2 have support for requests without pagination. This PR ensures those methods are callable without specifying an instance of PaginationInfo.

https://auth0.com/docs/api/management/v2

References

Closes #495

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@frederikprijck frederikprijck marked this pull request as ready for review September 20, 2021 13:05
@frederikprijck frederikprijck requested a review from a team as a code owner September 20, 2021 13:05
@frederikprijck frederikprijck changed the title Support unpaginated requests for some endpoints [SDK-2548] Support unpaginated requests for some endpoints Sep 20, 2021
@frederikprijck frederikprijck merged commit 95f5884 into master Sep 21, 2021
@frederikprijck frederikprijck deleted the frederik/sdk-2548 branch September 21, 2021 07:04
@frederikprijck frederikprijck added this to the 7.11.0 milestone Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

non-paged requests?
2 participants