8000 Put Tokens resource on TwilioRestClient object · madCode/twilio-python@d4aaf23 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4aaf23

Browse files
committed
Put Tokens resource on TwilioRestClient object
1 parent ed04e0e commit d4aaf23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

twilio/rest/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
Sandboxes,
2929
Sip,
3030
Sms,
31+
Tokens,
3132
Transcriptions,
3233
UNSET_TIMEOUT,
3334
Usage,
@@ -205,6 +206,7 @@ def __init__(self, account=None, token=None, base="https://api.twilio.com",
205206
self.messages = Messages(self.account_uri, self.auth, timeout)
206207
self.media = MediaList(self.account_uri, self.auth, timeout)
207208
self.sip = Sip(self.account_uri, self.auth, timeout)
209+
self.tokens = Tokens(self.account_uri, self.auth, timeout)
208210

209211
def participants(self, conference_sid):
210212
"""

0 commit comments

Comments
 (0)
0