twilio-python
twilio-python copied to clipboard
A Python module for communicating with the Twilio API and generating TwiML.
### Issue Summary When creating a composition hook it returns attribute error 'Video' object has no attribute 'Composition_Hook'. ### Code Snippet ``` from twilio.rest import Client client = Client(api_key_sid, api_key_secret)...
### Issue Summary Currently the library doesn't have inline type hints or type stubs so we can't type check library usage Since this library supports python 2.7 the inline type...
### Issue Summary For the last two days calls to read studio flows and executions have been hanging. This worked fine before that. I've been using the `list` call: ```python...
### Issue Summary Rest client does not take auth_token as an argument, but username and password, even though all over documentation auth_token is used ### Steps to Reproduce 1. import...
Please add posibility to send async requests. Right now your library block my event loop
# Fixes # Removing static references of preview.understand api ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [ ] I...
### Issue Summary There are some classes in the twilio/base folder which are basically a copy-paste between each other. Couldn't just they be implemented in the way _TwilioException_ is, as...
### Issue Summary There is an easy way to improve the security when using the jwt token, in the jwt class the token is not being verify which is common...
### Issue Summary Error when trying to run a code sample related to the preview domain ### Steps to Reproduce 1. Run the following code sample ### Code Snippet ```python...
# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...