Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Dec 20, 2013
1 parent 9576555 commit 4ab1595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Module to make interacting with mobile push notifications for iOS and Android ea
## Setting Up a User for SNS
To use Amazon SNS you need a Secret Access Key and an Access Key Id. Getting these will require you to create a user under the IAM section of AWS and attach a User Policy with the following Policy Document:

*Disclaimer: I'm not an AWS ninja, this might not be the best/safest configuration, but it works. *
*Disclaimer: I'm not an AWS ninja, this configuration may be too liberal but it works!*

```
{
Expand Down Expand Up @@ -136,8 +136,8 @@ Returns the region being used.
#### getApiVersion()
Returns apiVersion being used.

#### getApplications
Get all Platform Applications. This will not allow you to interface with other PlatformApplications but may be useful to just get a list of you applications.
#### getApplications(callback)
Get all Platform Applications. This will not allow you to interface with other PlatformApplications but may be useful to just get a list of you applications. Callback format callback(err, users)

#### getUser(endpointArn, callback)
Get a user via endpointArn. The callback(err, user) receives an Object containg Attributes for the user and the EndpointArn.
Expand Down

0 comments on commit 4ab1595

Please sign in to comment.