Learn R Programming

⚠️There's a newer version (1.1.0) of this package.Take me there.

pushoverr (version 0.1.1)

Send push notifications using Pushover

Description

A package for sending push notifications to iOS and Android devices using Pushover

Copy Link

Version

Install

install.packages('pushoverr')

Monthly Downloads

364

Version

0.1.1

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Brian Connelly

Last Published

March 29th, 2014

Functions in pushoverr (0.1.1)

is.valid_token

Determine whether or not a given API token is valid
pushoverr-package

pushoverr: Send push notifications to iOS and Android devices using Pushover
is.success,PushoverResponse-method

Return whether a PushoverResponse indicated success (TRUE) or not (FALSE)
pushover

Send a message using Pushover
validate_PushoverResponse

Validate a given PushoverResponse object
show,PushoverResponse-method

Print information about a PushoverResponse object
validate_PushoverMessage

Validate a given PushoverMessage object
check_receipt

Determine whether or not an emergency message has been acknowledged
is.valid_receipt

Determine whether or not a given message receipt is valid
get_devices

Get a list of the user's registered devices
show,PushoverMessage-method

Print information about a PushoverMessage object
status,PushoverResponse-method

Return the Pushover response status
PushoverMessage

Create a Pushover message
http_status_code,PushoverResponse-method

Return the HTTP status code returned by a Pushover API query
request,PushoverResponse-method

Return the Pushover response request token
PushoverMessage-class

The PushoverMessage class
PushoverResponse

Create a PushoverResponse to store a Pushover server response
send_pushovermessage

Send a PushoverMessage object
pushover_priorities

List of the priorities available and their descriptions
is.valid_device

Determine whether or not a given device name is valid
get_pushover_sounds

Get a list of available message sounds
send,PushoverMessage-method

Send a Pushover message
set_pushover_app

Store Pushover app and user information and use for all subsequent queries
PushoverResponse-class

The PushoverResponse class
content_value,PushoverResponse-method

Get a value from a API query response
pushover_sounds

pushover_sounds is a vector containing all of the sounds that Pushover supports
headers,PushoverResponse-method

Get the HTTP headers returned by a Pushover API query
validate_key

Determine whether or not a given user/group key is valid
receipt,PushoverResponse-method

Get the receipt from a Pushover server response (M)