diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-09 20:32:45 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-09 20:32:45 -0700 |
commit | 96cde7f4239fa7f387351a6690bde966fb5557a3 (patch) | |
tree | 0785a96ed12e8c4d5663cf6eea4dc7a5d545df73 /examples/scopes/scopes.js | |
parent | ec88853a3e3803a24775b7f6ec66421f5c05ba2c (diff) | |
download | sendgrid-nodejs-96cde7f4239fa7f387351a6690bde966fb5557a3.zip sendgrid-nodejs-96cde7f4239fa7f387351a6690bde966fb5557a3.tar.gz sendgrid-nodejs-96cde7f4239fa7f387351a6690bde966fb5557a3.tar.bz2 |
Formating and links to /mail/send
Diffstat (limited to 'examples/scopes/scopes.js')
-rw-r--r-- | examples/scopes/scopes.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/scopes/scopes.js b/examples/scopes/scopes.js index 6c42f3d..2a7e2a0 100644 --- a/examples/scopes/scopes.js +++ b/examples/scopes/scopes.js @@ -4,6 +4,7 @@ var sg = require('../lib/sendgrid.js').SendGrid(process.env.SENDGRID_API_KEY) // Retrieve a list of scopes for which this user has access. // GET /scopes + var request = sg.emptyRequest() request.method = 'GET' request.path = '/v3/scopes' |