docs-v2/content/flux/v0/stdlib/pushbullet/_index.md

1.3 KiB

title description menu weight cascade
pushbullet package The `pushbullet` package provides functions for sending data to Pushbullet.
flux_v0_ref
name parent identifier
pushbullet stdlib pushbullet
11
introduced
0.66.0

The pushbullet package provides functions for sending data to Pushbullet. Import the pushbullet package:

import "pushbullet"

Options

option pushbullet.defaultURL = "https://api.pushbullet.com/v2/pushes"

defaultURL

defaultURL is the default Pushbullet API URL used by functions in the pushbullet package.

Functions

{{< children type="functions" show="pages" >}}