urbanairship / ruby-library

A Ruby wrapper for the Urban Airship API.
Other
200 stars 118 forks source link

alias and delete scheduled push notifications #8

Closed rboyd closed 12 years ago

rboyd commented 12 years ago

Our project has fickle users. We often need to delete a notification after it has been scheduled. Since the library doesn't currently return the "scheduled_notifications" portion of the API response, it is easiest just to include an alias while registering the push notification. We can reference the same alias to delete the push.

This should be fully backwards compatible and includes updated specs and README.

schoblaska commented 12 years ago

Looks good! Thanks for being so thorough.