python-intercom
python-intercom copied to clipboard
Configure request timeout with parameter instead of an env variable
Using environment variables to configure library behaviour would get unwieldy quite quickly. Instead do the standard thing, and make it an optional parameter on the Client and Request constructors.