File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ 2.1.0 (development)
2+ - updated and improved README
3+ - secret_key refactored to api_key to align with docs and portal
4+ - api_host is now known as rest_endpoint to align with docs and portal
5+ - fixed python3.x bug with bytes vs str in verify_telesign_callback_signature
6+ - various doc string updates and fixes
7+ - removed requests specific config, subclass and customize instead
8+ - added travis CI, codecov coverage and additional unit tests
9+
1102.0.0
211
312- Major refactor and simplification into generic REST client.
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- version = "2.0 .0"
3+ version = "2.1 .0"
44
55try :
66 with open ("README" ) as f :
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def generate_telesign_headers(customer_id,
8686 Creates the canonicalized string_to_sign and generates the HMAC signature. This is used to authenticate requests
8787 against the TeleSign REST API.
8888
89- See https://developer.telesign.com/docs/authentication-1 for detailed API documentation.
89+ See https://developer.telesign.com/docs/authentication for detailed API documentation.
9090
9191 :param customer_id: Your account customer_id.
9292 :param api_key: Your account api_key.
You can’t perform that action at this time.
0 commit comments