danielberkompas / ex_twilio

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

Allow configurable urls. #160

Closed fcevado closed 2 years ago

fcevado commented 2 years ago

Looking at the code a lot of the urls are hardcoded in ExTwilio.Config. I was planning to do a PR allowing to configure those urls with Application env or with optional parameters as the last parameter of functions. Do you think it would be a good addition?