There was an error while loading. Please reload this page.
1 parent 4e4ac47 commit 78acb96Copy full SHA for 78acb96
README.md
@@ -135,6 +135,7 @@ response = sg.client.mail.send.post(request_body=data)
135
print(response.status_code)
136
print(response.body)
137
print(response.headers)
138
+
139
```
140
141
## General v3 Web API Usage (With [Fluent Interface](https://sendgrid.com/blog/using-python-to-implement-a-fluent-interface-to-any-rest-api/))
0 commit comments