Martin Laine
Results
1
issues of
Martin Laine
# 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,...