oracle-samples / knife-oci

Chef Knife Plugin for Oracle Cloud Infrastructure
https://cloud.oracle.com/cloud-infrastructure
Other
12 stars 15 forks source link

Paging for list results #41

Closed briangustafson closed 7 years ago

briangustafson commented 7 years ago

Currently the list commands only return a single page or results from the service, where the page size limit is capped at 100. We should instead page through the results until the given limit is reached.