-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
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
Reactions are currently unavailable