VingtCinq / python-mailchimp

Python client for v3 of MailChimp API
MIT License
463 stars 131 forks source link

automations.emails.queues.all does not support pagination #246

Open toonvandeputte opened 1 year ago

toonvandeputte commented 1 year ago

The method to fetch the queue for an automation mail, automations.emails.queues.all does not support the use of offset, count or get_all and always returns a maximum of 10 items. I think the expectation is that this method, like other similar methods, supports these parameters.