wmalgadey / PyTado

Python binding for Tado web API. Pythonize your central heating!
GNU General Public License v3.0
76 stars 41 forks source link

Convert to using requests #28

Closed bdraco closed 4 years ago

bdraco commented 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.

bdraco commented 4 years ago

This resolves https://github.com/wmalgadey/PyTado/issues/27

bdraco commented 4 years ago

Thanks!

wmalgadey commented 4 years ago

i pushed the 0.4.0 to pypi!