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 method makeListingRequest is protected.
Ideal solution
per_page is allowed to be set by the application, and not the library.
I have the need to increase the
per_pagelimit to be 1000, to which decreases by application's report time significantly.Currently the method
listZonesdoes not allow overriding this value, and the other more raw methodmakeListingRequestis protected.Ideal solution
per_pageis allowed to be set by the application, and not the library.