banana-j / bananaj

Java API wrapper for MailChimp API 3.0
MIT License
38 stars 33 forks source link

Add pagination to API #22

Closed gscriver closed 6 years ago

gscriver commented 6 years ago

All of the various Get methods that return lists only return the first 10 Mailchimp objects. This is the default behavior of the Mailchimp REST API. Please add the ability to specify the pagination query parameters so that the full Mailchimp data sets can be read.