twilio / twilio-java

A Java library for communicating with the Twilio REST API and generating TwiML.
MIT License
477 stars 422 forks source link

chore: process form and body params for all methods except GET #799

Closed tiwarishubham635 closed 4 weeks ago

tiwarishubham635 commented 1 month ago

Fixes

In order to extend support for more HTTP Methods like Put, we need to process body and form params for all methods except GET. This PR makes the necessary changes for the same.

Checklist

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

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
90.0% Coverage on New Code
66.7% Duplication on New Code

See analysis details on SonarCloud