sendgrid / ruby-http-client

SendGrid's Ruby HTTP Client for calling APIs
https://sendgrid.com
MIT License
23 stars 54 forks source link

Demonstrate how to review the request body for troubleshooting #22

Closed thinkingserious closed 6 years ago

thinkingserious commented 7 years ago

When debugging, it can be useful to examine the request body before sending to the SendGrid API.

Prove an example of how to examine the request body in TROUBLESHOOTING.md. For an example, see here.

chrisatanasian commented 7 years ago

I'll take this one.

chrisatanasian commented 7 years ago

Looks like someone got to it before me.