Closed bdraco closed 4 years ago
Add support for passing in a requests Session
A single session is used for the length of the object which avoids the ssl startup overhead for each request.
This resolves https://github.com/wmalgadey/PyTado/issues/27
Thanks!
i pushed the 0.4.0 to pypi!
Add support for passing in a requests Session
A single session is used for the length of the object which avoids the ssl startup overhead for each request.