MediaMath / t1-python

Python SDK for MediaMath Platform APIs
https://developer.mediamath.com/
Apache License 2.0
18 stars 28 forks source link

Allow Requests session to be passed to T1 constructor #196

Open notpushkin opened 4 years ago

notpushkin commented 4 years ago

This would ease some of the use cases like retrying requests with urllib3.util.retry or adding performance logging. Right now we have to rely on hacks like replacing global requests.Session which is undesirable for obvious reasons.