twilio / twilio-python

A Python module for communicating with the Twilio API and generating TwiML.
MIT License
1.83k stars 699 forks source link

Feature Request: Allow specifying default values at Client instantiation that are passed to all method calls #797

Open jhhayashi opened 2 months ago

jhhayashi commented 2 months ago

Since the from_ phone number will likely be the same for all of the client calls, it would be nice to be able to specify a from_ param when creating the Client that is used for all method calls