Learn R Programming

pushoverr (version 1.0.0)

get_pushover_limits: Get usage and limit information for Pushover applications

Description

get_pushover_limits retrieves the message usage and limit information for the given application.

Usage

get_pushover_limits(app = get_pushover_app())

Arguments

app

application token (see set_pushover_app)

Value

A list containing messaging usage for the given app. Fields include:

  • limit: Number of messages allowed per month

  • remaining: Number of remaining messages in current month

  • reset: Unix timestamp indicating when message count is reset

  • status: request status (1 = success)

  • request: unique request ID

  • raw: the raw response object

Examples

Run this code
# NOT RUN {
lims <- get_pushover_limits(app = "azGDORePK8gMaC0QOYAMyEEuzJnyUi")
# }

Run the code above in your browser using DataLab