Skip to content

Commit

Permalink
Merge pull request #475 from nathan78906/patch-1
Browse files Browse the repository at this point in the history
Fix formatting of README in examples/accesssettings 🎃
  • Loading branch information
thinkingserious authored Oct 11, 2018
2 parents ffa5a96 + ca9be79 commit 557a150
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/accesssettings/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png)
+
+This folder contains various examples on using the ACCESS_SETTINGS endpoint of SendGrid with Java:
+
+* [Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)](GetAccessSettings.java)
+* [Retrieve a specific whitelisted IP (GET /access_settings/whitelist/{rule_id})](GetIPFromAccessSettings.java)
+* [Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)](GetAccessSettingsActivity.java)
+* [Remove a specific IP from the whitelist (DELETE /access_settings/whitelist/{rule_id}](DeleteIPFromAccessSettings.java)
+* [Remove one or more IPs from the whitelist (DELETE /access_settings/whitelist)](DeleteAccessSettings.java)
+* [Add one or more IPs to the whitelist (POST /access_settings/whitelist)](CreateAccessSettings.java)

This folder contains various examples on using the ACCESS_SETTINGS endpoint of SendGrid with Java:

* [Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)](GetAccessSettings.java)
* [Retrieve a specific whitelisted IP (GET /access_settings/whitelist/{rule_id})](GetIPFromAccessSettings.java)
* [Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)](GetAccessSettingsActivity.java)
* [Remove a specific IP from the whitelist (DELETE /access_settings/whitelist/{rule_id}](DeleteIPFromAccessSettings.java)
* [Remove one or more IPs from the whitelist (DELETE /access_settings/whitelist)](DeleteAccessSettings.java)
* [Add one or more IPs to the whitelist (POST /access_settings/whitelist)](CreateAccessSettings.java)

0 comments on commit 557a150

Please sign in to comment.