Crates.io | pushover-rs |
lib.rs | pushover-rs |
version | 0.3.18 |
source | src |
created_at | 2021-11-02 17:26:36.908097 |
updated_at | 2024-05-19 01:04:07.688925 |
description | A Rust client for Pushover (https://www.pushover.net) |
homepage | https://github.com/Oscuro87/pushover-rs |
repository | https://github.com/Oscuro87/pushover-rs |
max_upload_size | |
id | 475810 |
size | 80,193 |
It's a Rust client library you can use to interact with the Pushover messaging API.
This client is unofficial and I'm in no way linked to Pushover.
Get it directly from crates.io
Cargo.toml:
[dependencies]
pushover-rs = "*"
...
See the examples folder
To run the tests, you'll need:
attachment_test.jpg
{
"token": "your token",
"user": "your user key"
}
/testdata
/testdata/attachment_test.jpg
/testdata/credentials.json
The API might change or break in the future, but i'll try my best not to break anything.