We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c4834 commit 7f86d38Copy full SHA for 7f86d38
telesign/rest.py
@@ -49,7 +49,7 @@ def __init__(self, requests_response):
49
def __init__(self,
50
customer_id,
51
api_key,
52
- rest_endpoint='http://127.0.0.1:8080',
+ rest_endpoint='https://rest-api.telesign.com',
53
proxies=None,
54
timeout=10):
55
"""
0 commit comments