-
Notifications
You must be signed in to change notification settings - Fork 28
Changes15
Hal Hockersmith edited this page Jun 16, 2016
·
2 revisions
V1.5 introduces a number of features and interfaces to help better take advantage of the full Pushover API in a convenient package. Below are hilights of what has changed.
####New Features:
- Emergency Priority messages
- Cancel Message
- Request Receipt for Emergency Messages
- Detailed Responses from the API
- User Validation API
#####Full Changelog:
+
Added fields to the pushover message required for Emergency priority messages: retry
, expire
, and callbackURL
.
+
Added new return object Response to suplement the simpler Status. Response includes many other fields other than status code and ID to help know more about the interaction with the API. Required for Emergency Priority messages for receipt field
+
Added new return object Recipt for use when checking Emergency Priority message confirmations or expiration.
+
New request calls to:
- push and return Response
- verify user
- request emergency message status
- cancel emergency message