auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
637 stars 308 forks source link

feat: add overloads for pagination #809

Closed frederikprijck closed 1 year ago

frederikprijck commented 1 year ago

Changes

Adds pagination overloads based on the existence of include_totals in the request parameters.

Checklist