get_pushover_limits: Get usage and limit information for Pushover applications

Description Usage Arguments Value Note Examples

View source: R/get_pushover_limits.R

Description

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

Usage

1

Arguments

app

application token (see set_pushover_app())

Value

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

Note

This information can alternatively be gotten by examining the headers in the response to previous API calls. Look for headers x-limit-app-limit, x-limit-app-remaining, and x-limit-app-reset. For example, if x stores the response from a pushover() call, httr::headers(x$raw) will return all of the headers included in the response.

Examples

1
2
3
4
## Not run: 
lims <- get_pushover_limits(app = "azGDORePK8gMaC0QOYAMyEEuzJnyUi")

## End(Not run)

briandconnelly/pushoverr documentation built on Nov. 16, 2021, 7:21 p.m.