pushover_api: Issue a command using the Pushover API
Description
pushover_api allows commands to be issued using the Pushover API.
This is a generic function that is meant to be used by higher level
functions. In most instances, more specific functions should be used (e.g.,
pushover).
Usage
pushover_api(verb, url, visible = TRUE, ...)
Arguments
verb
The http method to use
url
The URL to visit
visible
Whether or not the result should be visible (default: TRUE)