File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ add_content_id
224224 message.add_content_id(' image.png' , ' ID_IN_HTML' )
225225 message.set_html(' <html><body>TEXT BEFORE IMAGE<img src="cid:ID_IN_HTML"></img>AFTER IMAGE</body></html>' )
226226
227- SendGrid's ` WEB API v3 `_
227+ WEB API v3
228228------------------------
229229
230230`APIKeys `_
@@ -233,6 +233,7 @@ SendGrid's `WEB API v3`_
233233List all API Keys belonging to the authenticated user
234234
235235.. code :: python
236+
236237 client = sendgrid.SendGridAPIClient(os.environ.get(' SENDGRID_API_KEY' ))
237238 status, msg = client.apikeys.get()
238239
@@ -242,6 +243,7 @@ List all API Keys belonging to the authenticated user
242243Retrieve all suppression groups associated with the user.
243244
244245.. code :: python
246+
245247 client = sendgrid.SendGridAPIClient(os.environ.get(' SENDGRID_API_KEY' ))
246248 status, msg = client.asm_groups.get()
247249
You can’t perform that action at this time.
0 commit comments