eventbrite-sdk-python
eventbrite-sdk-python copied to clipboard
Allow user to set explicit timeout for get
I have been seeing hanging get requests to Eventbrite API. Rather than try to hack my own function timeouts, I thought it would be reasonable to use requests built-in timeouts.
From requests documentation https://requests.readthedocs.io/en/master/user/quickstart/#timeouts
Nearly all production code should use this parameter in nearly all requests.