pushover-rs 0.3.23

A Rust client for Pushover (https://www.pushover.net)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Before running the examples

* Create a `examples/data/credentials.ron` file
* Put the following inside that file:
```ron
// Don't rename the class
ExampleCredentials (
    // Put your user key here
    user: "",
    // Put your app token here
    token: "",
)
```
* Get some jpg image (not too large), and drop it in the data folder, give it the name "attachment.jpg"