twilio-python icon indicating copy to clipboard operation
twilio-python copied to clipboard

A Python module for communicating with the Twilio API and generating TwiML.

Results 77 twilio-python issues
Sort by recently updated
recently updated
newest added

### 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)...

type: bug
status: help wanted

### 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...

type: twilio enhancement
status: work in progress

### 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...

type: bug
status: help wanted

### 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...

type: docs update
status: help wanted

Please add posibility to send async requests. Right now your library block my event loop

type: community enhancement
status: help wanted

# 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...

type: community enhancement
priority: low

### 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 - [...