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

A Ruby gem for communicating with the Twilio API and generating TwiML

Results 39 twilio-ruby issues
Sort by recently updated
recently updated
newest added

According to the [API docs here](https://www.twilio.com/docs/phone-numbers/regulatory/api/supporting-documents?code-sample=code-create-a-supporting-document-and-upload-a-file&code-language=curl&code-sdk-version=default) it seems CURL is the only way to add a file to a SupportingDocument. Please support this properly via this gem.

code-generation
type: twilio enhancement
status: help wanted

# Fixes # This PR adds adapter options to faraday, example usage can be seen here: https://github.com/lostisland/faraday/blob/main/lib/faraday/rack_builder.rb#L75 We use a custom adapter that adds adapter options for logging which is...

### Issue Summary The method `Twilio::REST::Client#validation_reqeusts` has been removed in v6.0.0. Running the example code from https://www.twilio.com/docs/voice/api/outgoing-caller-ids?code-sample=code-add-a-new-outgoing-caller-id&code-language=Ruby&code-sdk-version=6.x will raise a `NoMethodError`. ### Steps to Reproduce Run the example code from...

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

# Fixes # Fix some typos ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x] I have made a material...

# Fixes # How about using dependabot in this way? When this works, a pull request is created as follows: - ruby/bigdecimal#242 It was created with reference to the following:...

# Fixes # A small change to `Twilio::HTTP::Client` to allow us to configure the Faraday adapter with `configure_connection`. For example: ```ruby client = Twilio::REST::Client.new(account_sid, auth_token) client.http_client.configure_connection do |faraday| faraday.adapter :typhoeus,...

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

### Purpose: Currently there is a "TwilioQuest - Learn to contribute!" badge present in README: When clicking the badge, the link is directing to non existing page: When clicking the...

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