content/flux/v0/stdlib/pushbullet/_index.md
The pushbullet package provides functions for sending data to Pushbullet.
Import the pushbullet package:
import "pushbullet"
option pushbullet.defaultURL = "https://api.pushbullet.com/v2/pushes"
defaultURL is the default Pushbullet API URL used by functions in the pushbullet package.
{{< children type="functions" show="pages" >}}