Releases: TeleSign/python_telesign_enterprise
Releases · TeleSign/python_telesign_enterprise
v2.1.2
14 Sep 18:26
Compare
Sorry, something went wrong.
No results found
Update setup.py to require version of python_telesign which fixes bug for HTTP GET calls not including query parameters
v2.1.1
23 May 20:36
Compare
Sorry, something went wrong.
No results found
Added completion endpoint to VerifyClient
v2.1.0
26 Apr 21:12
Compare
Sorry, something went wrong.
No results found
updated and improved README
secret_key refactored to api_key to align with docs and portal
api_host is now known as rest_endpoint to align with docs and portal
various doc string updates and fixes
v2.0.0
09 Apr 20:25
Compare
Sorry, something went wrong.
No results found
Major refactor and simplification into generic REST client.
API parameters are now passed as kwargs to endpoint handlers.
Now using Requests sessions correctly.
UserAgent is now set to track client usage and help debug issues.
generate_telesign_headers is now static and easily extracted from the SDK if
custom behavior/implementation is required.