danielberkompas / ex_twilio

Twilio API client for Elixir
MIT License
334 stars 146 forks source link

http client adapter/behavior #161

Closed fcevado closed 2 years ago

fcevado commented 2 years ago

Do you think it would be a good addition to allow usage of different http clients and making httpoison optional by adding a http client behavior to allow different adapters for executing the request?