-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
47 lines (43 loc) · 1.13 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
reference:
- title: Sending Messages
desc: These functions allow you to send messages your devices
- contents:
- pushover
- pushover_quiet
- pushover_silent
- pushover_normal
- pushover_high
- pushover_emergency
- check_receipt
- cancel_retries
- update_glance
- title: Configuration
desc: These functions help you configure your R environment for using Pushover
- contents:
- get_pushover_app
- get_pushover_user
- get_pushover_group
- set_pushover_app
- set_pushover_user
- set_pushover_group
- unset_pushover_app
- unset_pushover_user
- unset_pushover_group
- title: Pushover API Info
desc: Retrieve information about message limits and available values
- contents:
- get_pushover_limits
- get_pushover_sounds
- title: Managing Group Subscriptions
desc: These functions manage a user's membership in a Pushover delivery group
- contents:
- get_group_info
- starts_with("group_")
- title: Extending pushoverr
desc: >
Functions that allow you to work more directly with the Pushover API and
check values
- contents:
- pushover_api
- starts_with("is.registered")
- starts_with("verify_")