sendgrid / python-http-client

Twilio SendGrid's Python HTTP Client for calling APIs
https://sendgrid.com
MIT License
126 stars 101 forks source link

Demonstrate how to review the request body for troubleshooting #29

Closed thinkingserious closed 7 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.

DataSapient commented 7 years ago

Just a clarification, do we have to put an example of how to use the function to view the request body while debugging?

OmerAhmedKhan commented 7 years ago

Done https://github.com/sendgrid/python-http-client/pull/30