powered by
get_pushover_limits retrieves the message usage and limit information for the given application.
get_pushover_limits
get_pushover_limits(app = get_pushover_app())
application token (see set_pushover_app)
set_pushover_app
A list containing messaging usage for the given app. Fields include:
limit: Number of messages allowed per month
limit
remaining: Number of remaining messages in current month
remaining
reset: Unix timestamp indicating when message count is reset
reset
status: request status (1 = success)
status
request: unique request ID
request
raw: the raw response object
raw
response
# NOT RUN { lims <- get_pushover_limits(app = "azGDORePK8gMaC0QOYAMyEEuzJnyUi") # }
Run the code above in your browser using DataLab