We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78acb96 commit 9515dceCopy full SHA for 9515dce
README.md
@@ -135,7 +135,6 @@ 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