Learn R Programming

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

pushoverr (version 0.1.3)

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

298

Version

0.1.3

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Brian Connelly

Last Published

June 18th, 2014

Functions in pushoverr (0.1.3)

pushover

Send a message using Pushover
validate_PushoverResponse

Validate a given PushoverResponse object
set_pushover_app

Store Pushover app and user information and use for all subsequent queries
is.valid_receipt

Determine whether or not a given message receipt is valid
validate_PushoverMessage

Validate a given PushoverMessage object
content_value,PushoverResponse-method

Get a value from a API query response
validate_key

Determine whether or not a given user/group key is valid
PushoverMessage-class

The PushoverMessage class
get_devices

Get a list of the user's registered devices
PushoverResponse-class

The PushoverResponse class
is.valid_token

Determine whether or not a given API token is valid
PushoverResponse

Create a PushoverResponse to store a Pushover server response
get_pushover_sounds

Get a list of available message sounds
pushoverr

pushoverr: Send push notifications to iOS and Android devices using Pushover
show,PushoverMessage-method

Print information about a PushoverMessage object
request,PushoverResponse-method

Return the Pushover response request token
status,PushoverResponse-method

Return the Pushover response status
receipt,PushoverResponse-method

Get the receipt from a Pushover server response (M)
PushoverMessage

Create a Pushover message
is.valid_device

Determine whether or not a given device name is valid
send,PushoverMessage-method

Send a Pushover message
check_receipt

Determine whether or not an emergency message has been acknowledged
send_pushovermessage

Send a PushoverMessage object
is.success,PushoverResponse-method

Return whether a PushoverResponse indicated success (TRUE) or not (FALSE)
http_status_code,PushoverResponse-method

Return the HTTP status code returned by a Pushover API query
pushover_priorities

List of the priorities available and their descriptions
headers,PushoverResponse-method

Get the HTTP headers returned by a Pushover API query
show,PushoverResponse-method

Print information about a PushoverResponse object