File tree Expand file tree Collapse file tree 7 files changed +52
-17
lines changed Expand file tree Collapse file tree 7 files changed +52
-17
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,14 @@ class TwilioRestClient(TwilioClient):
35
35
A client for accessing the Twilio REST API
36
36
37
37
:param str account: Your Account SID from `your dashboard
38
- <https://twilio.com/user/account>`_
38
+ <https://twilio.com/user/account>`_ or your API Key SID from `your
39
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
39
40
:param str token: Your Auth Token from `your dashboard
40
- <https://twilio.com/user/account>`_
41
+ <https://twilio.com/user/account>`_ or your API Key token from `your
42
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
43
+ :param str request_account: Your Account SID from `your dashboard
44
+ <https://twilio.com/user/account>`_. This param is only necessary if
45
+ using an API key to authenticate rather than Account Token.
41
46
:param float timeout: The socket and read timeout for requests to Twilio
42
47
"""
43
48
Original file line number Diff line number Diff line change @@ -12,10 +12,15 @@ class TwilioIpMessagingClient(TwilioClient):
12
12
information, see the
13
13
`IP Messaging API documentation <https://www.twilio.com/docs/XXX>`_.
14
14
15
- :param str account: Your Account Sid from `your dashboard
16
- <https://www.twilio.com/user/account>`_
15
+ :param str account: Your Account SID from `your dashboard
16
+ <https://twilio.com/user/account>`_ or your API Key SID from `your
17
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
17
18
:param str token: Your Auth Token from `your dashboard
18
- <https://www.twilio.com/user/account>`_
19
+ <https://twilio.com/user/account>`_ or your API Key token from `your
20
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
21
+ :param str request_account: Your Account SID from `your dashboard
22
+ <https://twilio.com/user/account>`_. This param is only necessary if
23
+ using an API key to authenticate rather than Account Token.
19
24
:param float timeout: The socket and read timeout for requests to Twilio
20
25
"""
21
26
Original file line number Diff line number Diff line change @@ -11,10 +11,15 @@ class TwilioLookupsClient(TwilioClient):
11
11
including non-Twilio numbers. For more information, see the
12
12
`Lookups API documentation <https://www.twilio.com/docs/XXX>`_.
13
13
14
- :param str account: Your Account Sid from `your dashboard
15
- <https://www.twilio.com/user/account>`_
14
+ :param str account: Your Account SID from `your dashboard
15
+ <https://twilio.com/user/account>`_ or your API Key SID from `your
16
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
16
17
:param str token: Your Auth Token from `your dashboard
17
- <https://www.twilio.com/user/account>`_
18
+ <https://twilio.com/user/account>`_ or your API Key token from `your
19
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
20
+ :param str request_account: Your Account SID from `your dashboard
21
+ <https://twilio.com/user/account>`_. This param is only necessary if
22
+ using an API key to authenticate rather than Account Token.
18
23
:param float timeout: The socket and read timeout for requests to Twilio
19
24
"""
20
25
Original file line number Diff line number Diff line change @@ -12,10 +12,15 @@ class TwilioMonitorClient(TwilioClient):
12
12
information, see the
13
13
`Monitor API documentation <https://www.twilio.com/docs/XXX>`_.
14
14
15
- :param str account: Your Account Sid from `your dashboard
16
- <https://www.twilio.com/user/account>`_
15
+ :param str account: Your Account SID from `your dashboard
16
+ <https://twilio.com/user/account>`_ or your API Key SID from `your
17
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
17
18
:param str token: Your Auth Token from `your dashboard
18
- <https://www.twilio.com/user/account>`_
19
+ <https://twilio.com/user/account>`_ or your API Key token from `your
20
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
21
+ :param str request_account: Your Account SID from `your dashboard
22
+ <https://twilio.com/user/account>`_. This param is only necessary if
23
+ using an API key to authenticate rather than Account Token.
19
24
:param float timeout: The socket and read timeout for requests to Twilio
20
25
"""
21
26
Original file line number Diff line number Diff line change @@ -12,9 +12,14 @@ class TwilioPricingClient(TwilioClient):
12
12
A client for accessing the Twilio Pricing API.
13
13
14
14
:param str account: Your Account SID from `your dashboard
15
- <https://twilio.com/user/account>`_
15
+ <https://twilio.com/user/account>`_ or your API Key SID from `your
16
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
16
17
:param str token: Your Auth Token from `your dashboard
17
- <https://twilio.com/user_account>`_
18
+ <https://twilio.com/user/account>`_ or your API Key token from `your
19
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
20
+ :param str request_account: Your Account SID from `your dashboard
21
+ <https://twilio.com/user/account>`_. This param is only necessary if
22
+ using an API key to authenticate rather than Account Token.
18
23
:param float timeout: The socket connect and read timeout for requests
19
24
to Twilio
20
25
"""
Original file line number Diff line number Diff line change @@ -17,9 +17,14 @@ class TwilioTaskRouterClient(TwilioClient):
17
17
A client for accessing the Twilio TaskRouter API
18
18
19
19
:param str account: Your Account SID from `your dashboard
20
- <https://twilio.com/user/account>`_
20
+ <https://twilio.com/user/account>`_ or your API Key SID from `your
21
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
21
22
:param str token: Your Auth Token from `your dashboard
22
- <https://twilio.com/user/account>`_
23
+ <https://twilio.com/user/account>`_ or your API Key token from `your
24
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
25
+ :param str request_account: Your Account SID from `your dashboard
26
+ <https://twilio.com/user/account>`_. This param is only necessary if
27
+ using an API key to authenticate rather than Account Token.
23
28
:param float timeout: The socket and read timeout for requests to Twilio
24
29
"""
25
30
Original file line number Diff line number Diff line change @@ -14,9 +14,14 @@ class TwilioTrunkingClient(TwilioClient):
14
14
A client for accessing the Twilio Trunking API
15
15
16
16
:param str account: Your Account SID from `your dashboard
17
- <https://twilio.com/user/account>`_
17
+ <https://twilio.com/user/account>`_ or your API Key SID from `your
18
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
18
19
:param str token: Your Auth Token from `your dashboard
19
- <https://twilio.com/user/account>`_
20
+ <https://twilio.com/user/account>`_ or your API Key token from `your
21
+ api key console <https://www.twilio.com/console/dev-tools/api-keys>`_
22
+ :param str request_account: Your Account SID from `your dashboard
23
+ <https://twilio.com/user/account>`_. This param is only necessary if
24
+ using an API key to authenticate rather than Account Token.
20
25
:param float timeout: The socket and read timeout for requests to Twilio
21
26
"""
22
27
You can’t perform that action at this time.
0 commit comments