Skip to content

Commit 557a150

Browse files
Merge pull request sendgrid#475 from nathan78906/patch-1
Fix formatting of README in examples/accesssettings 🎃
2 parents ffa5a96 + ca9be79 commit 557a150

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

examples/accesssettings/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png)
2-
+
3-
+This folder contains various examples on using the ACCESS_SETTINGS endpoint of SendGrid with Java:
4-
+
5-
+* [Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)](GetAccessSettings.java)
6-
+* [Retrieve a specific whitelisted IP (GET /access_settings/whitelist/{rule_id})](GetIPFromAccessSettings.java)
7-
+* [Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)](GetAccessSettingsActivity.java)
8-
+* [Remove a specific IP from the whitelist (DELETE /access_settings/whitelist/{rule_id}](DeleteIPFromAccessSettings.java)
9-
+* [Remove one or more IPs from the whitelist (DELETE /access_settings/whitelist)](DeleteAccessSettings.java)
10-
+* [Add one or more IPs to the whitelist (POST /access_settings/whitelist)](CreateAccessSettings.java)
2+
3+
This folder contains various examples on using the ACCESS_SETTINGS endpoint of SendGrid with Java:
4+
5+
* [Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)](GetAccessSettings.java)
6+
* [Retrieve a specific whitelisted IP (GET /access_settings/whitelist/{rule_id})](GetIPFromAccessSettings.java)
7+
* [Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)](GetAccessSettingsActivity.java)
8+
* [Remove a specific IP from the whitelist (DELETE /access_settings/whitelist/{rule_id}](DeleteIPFromAccessSettings.java)
9+
* [Remove one or more IPs from the whitelist (DELETE /access_settings/whitelist)](DeleteAccessSettings.java)
10+
* [Add one or more IPs to the whitelist (POST /access_settings/whitelist)](CreateAccessSettings.java)

0 commit comments

Comments
 (0)