FAQ | This is a LIVE service | Changelog

Skip to content

make use of requests library to handle TLS

Dr Rich Wareham requested to merge issue-4-python-client-bump into master

Rather than rolling our own SSL wrapper, make use of the one in requests. Allow a custom requests.Session object to be passed into the connection if custom behaviour such as CA pinning is required.

Closes #4 (closed)

Merge request reports