Version
1.1.0
Operating System
Linux
Python Version
3.12
What happened?
Does this library not support the limit parameter? my get_unsubscribes/get_bounces are timing out in my web server because responses are taking a long time to return. I've tried passing limit in various ways but always got more items than limit.
Steps to reproduce
client.bounces.get(
domain=self.domain,
params=params
)
Relevant log output
Additional information
No response
Version
1.1.0
Operating System
Linux
Python Version
3.12
What happened?
Does this library not support the
limitparameter? myget_unsubscribes/get_bouncesare timing out in my web server because responses are taking a long time to return. I've tried passinglimitin various ways but always got more items thanlimit.Steps to reproduce
Relevant log output
Additional information
No response