You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my particular case, I can use this higher pagination limit, I am unsure on what grants me this ability, but it sure is helpful when you have access to a lot of zones.
I have the need to increase the
per_page
limit to be 1000, to which decreases by application's report time significantly.Currently the method
listZones
does not allow overriding this value, and the other more raw methodmakeListingRequest
is protected.Ideal solution
per_page
is allowed to be set by the application, and not the library.The text was updated successfully, but these errors were encountered: