twilio / twilio-ruby

A Ruby gem for communicating with the Twilio API and generating TwiML
MIT License
1.35k stars 464 forks source link

misc: Added faraday adapter_options #713

Open ollym opened 7 months ago

ollym commented 7 months ago

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 important for us.

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

ollym commented 6 months ago

🙏 can someone take a look at this?