vonage-ruby-sdk icon indicating copy to clipboard operation
vonage-ruby-sdk copied to clipboard

[DEVX-2153] Pagination

Open hummusonrails opened this issue 5 years ago • 0 comments

Two topics:

"Pagination hidden by default: Pagination is hidden by default but users can drop down to a closer API level client to do manual paging, if the API supports it"

"Sane defaults for pagination: The higher level iterable/cursors should be smart enough to reduce the number of HTTP requests that they make with sane defaults. For example, a paging size of 1 or 100 can be suboptimal, where a paging size of 5 or 10 may be more suitable. This value may change based on the product/endpoint."

hummusonrails avatar Feb 06 '20 07:02 hummusonrails