1.3 KiB
1.3 KiB
| title | description | menu | weight | cascade | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pushbullet package | The `pushbullet` package provides functions for sending data to Pushbullet. |
|
11 |
|
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" >}}