twilio / twilio-python

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

fix: added boolean_to_string converter #753

Closed tiwarishubham635 closed 7 months ago

tiwarishubham635 commented 7 months ago

Fixes

Earlier the boolean parameter was passed same as default python boolean True to the requestBody where it is converted to string "True" and not "true" which is expected. Similarly for false. Hence this converter converts the boolean to string correctly.

Checklist

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

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud