symmetry.api.pushover

Implemented in the D Programming Language 2016 by Laeeth Isharc and Kaleidic Associates Advisory UK Limited MIT Licensed Use at your own risk - this is not tested at all.

API for pushover notification API https://pushover.net/

Members

Enums

PushoverMessagePriority
enum PushoverMessagePriority
Undocumented in source.

Functions

addUserToGroup
auto addUserToGroup(PushoverAPI api, string userKey, string groupKey, string device, string memo)
Undocumented in source. Be warned that the author may not have intended to support it.
assignLicense
auto assignLicense(PushoverAPI api, string email, string os)
Undocumented in source. Be warned that the author may not have intended to support it.
cancelEmergencyDelivery
auto cancelEmergencyDelivery(PushoverAPI api, string receipt)
Undocumented in source. Be warned that the author may not have intended to support it.
checkReceipt
auto checkReceipt(PushoverAPI api, string receipt)
Undocumented in source. Be warned that the author may not have intended to support it.
disableUser
auto disableUser(PushoverAPI api, string userKey, string groupKey)
Undocumented in source. Be warned that the author may not have intended to support it.
enableUser
auto enableUser(PushoverAPI api, string userKey, string groupKey)
Undocumented in source. Be warned that the author may not have intended to support it.
joinUrl
string joinUrl(string url, string endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.
listGroupMembers
auto listGroupMembers(PushoverAPI api, string groupKey)
Undocumented in source. Be warned that the author may not have intended to support it.
listSounds
auto listSounds(PushoverAPI api)
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
removeUserFromGroup
auto removeUserFromGroup(PushoverAPI api, string userKey, string groupKey)
Undocumented in source. Be warned that the author may not have intended to support it.
renameGroup
auto renameGroup(PushoverAPI api, string oldName, string newName)
Undocumented in source. Be warned that the author may not have intended to support it.
request
JSONValue request(PushoverAPI api, string url, HTTP.Method method, JSONValue params)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessage
auto sendMessage(PushoverAPI api, PushoverMessage message, string user)
Undocumented in source. Be warned that the author may not have intended to support it.
setDevice
auto ref setDevice(PushoverMessage message, string device)
Undocumented in source. Be warned that the author may not have intended to support it.
setMessage
auto ref setMessage(PushoverMessage message, string messageText)
Undocumented in source. Be warned that the author may not have intended to support it.
setPriority
auto ref setPriority(PushoverMessage message, PushoverMessagePriority priority)
Undocumented in source. Be warned that the author may not have intended to support it.
setPriority
auto ref setPriority(PushoverMessage message, int priority)
Undocumented in source. Be warned that the author may not have intended to support it.
setSound
auto ref setSound(PushoverMessage message, string sound)
Undocumented in source. Be warned that the author may not have intended to support it.
setTimeStamp
auto ref setTimeStamp(PushoverMessage message, DateTime timeStamp)
Undocumented in source. Be warned that the author may not have intended to support it.
setTimeStamp
auto ref setTimeStamp(PushoverMessage message, SysTime timeStamp)
Undocumented in source. Be warned that the author may not have intended to support it.
setTitle
auto ref setTitle(PushoverMessage message, string title)
Undocumented in source. Be warned that the author may not have intended to support it.
setUrl
auto ref setUrl(PushoverMessage message, string url)
Undocumented in source. Be warned that the author may not have intended to support it.
setUrlTitle
auto ref setUrlTitle(PushoverMessage message, string urlTitle)
Undocumented in source. Be warned that the author may not have intended to support it.
stripQuotes
string stripQuotes(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
validate
auto validate(PushoverAPI api, string user, string device)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

PushoverAPI
struct PushoverAPI
Undocumented in source.
PushoverMessage
struct PushoverMessage
Undocumented in source.

Variables

PushoverMessageSounds
auto PushoverMessageSounds;
Undocumented in source.

Meta