Content-Length: 314532 | pFad | https://github.com/twilio/twilio-java/pull/749

0B feat: Enable json request body by sbansla · Pull Request #749 · twilio/twilio-java · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Enable json request body #749

Merged
merged 9 commits into from
Jun 26, 2023
Merged

feat: Enable json request body #749

merged 9 commits into from
Jun 26, 2023

Conversation

sbansla
Copy link
Contributor

@sbansla sbansla commented Jun 26, 2023

Fixes

Adding support for handling json request body.

Checklist

  • I acknowledge that all my contributions will be made under the project's license
  • I have made a material change to the repo (functionality, testing, spelling, grammar)
  • I have read the Contribution Guidelines and my PR follows them
  • I have titled the PR appropriately
  • I have updated my branch with the main branch
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation about the functionality in the appropriate .md file
  • I have added inline documentation to the code I modified

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

@sbansla sbansla changed the title Enable json request body feat: Enable json request body Jun 26, 2023
@@ -18,7 +18,7 @@ public class Converter {
* @param map map to convert
* @return converted JSON string
*/
public static String mapToJson(final Map<String, Object> map) {
public static String mapToJson(final Map<String, ? extends Object> map) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line of code is added to support all object serialization which has a value of type Object or any object.

for (String value : entry.getValue()) {
builder.addParameter(entry.getKey(), value);
// TODO: It will be removed after one RC Release.
if (request.getContentType() == null) request.setContentType(Enum.ContentType.FORM_URLENCODED);
Copy link
Contributor Author

@sbansla sbansla Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

java code does not have content type set. It will throw Null pointer exception on test. This line of code will be removed after one RC release.

@sbansla sbansla requested a review from kridai June 26, 2023 06:42
@sbansla sbansla merged commit 7ebbd27 into 10.0.0-rc Jun 26, 2023
@sbansla sbansla deleted the enable-json-request-body branch June 26, 2023 10:30
sbansla added a commit that referenced this pull request Feb 9, 2024
* feat: support json content in requests (#746)

* feat: Enable json request body (#749)

* chore: added preview messaging domain url (#752)


* feat! : MVR Release Preparation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/twilio/twilio-java/pull/749

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy