Skip to content

Demonstrate how to review the request body for troubleshooting - #42

Merged
mbernier merged 3 commits into
sendgrid:masterfrom
mptap:create-troubleshooting
Oct 28, 2017
Merged

Demonstrate how to review the request body for troubleshooting#42
mbernier merged 3 commits into
sendgrid:masterfrom
mptap:create-troubleshooting

Conversation

@mptap

@mptap mptap commented Oct 22, 2017

Copy link
Copy Markdown

No description provided.

@thinkingserious thinkingserious added the status: code review request requesting a community code review or review from Twilio label Oct 22, 2017
@SendGridDX

SendGridDX commented Oct 22, 2017

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Comment thread TROUBLESHOOTING.md Outdated
You can do this right before you call `request.setBody(mail.build())` like so:

```java
System.out.println(mail.build());

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Would this be more direct for outputting the request body?

 System.out.println(request.getBody());

I found this method here

@mptap mptap Oct 24, 2017

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@mbernier: Makes sense, updated.

@mptap
mptap force-pushed the create-troubleshooting branch from 2bf0d50 to f0c5802 Compare October 24, 2017 15:36
@mbernier mbernier added difficulty: easy fix is easy in difficulty hacktoberfest labels Oct 28, 2017
@mbernier
mbernier merged commit b48c2ae into sendgrid:master Oct 28, 2017
@thinkingserious

Copy link
Copy Markdown
Contributor

Hello @mptap,

Thanks again for the PR!

It's HACKTOBERFEST! We want to show our appreciation by sending you some special Hacktoberfest swag. If you have not already, could you please fill out this form so we can send it to you? Thanks!

Team SendGrid DX

JyotsnaC pushed a commit to JyotsnaC/java-http-client that referenced this pull request Nov 3, 2017
Demonstrate how to review the request body for troubleshooting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

difficulty: easy fix is easy in difficulty status: code review request requesting a community code review or review from Twilio

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants