pushover-rs 0.3.23

A Rust client for Pushover (https://www.pushover.net)
Documentation
1
2
3
4
5
#![allow(dead_code)]

pub const PUSHOVER_API_ENDPOINT: &str = "https://api.pushover.net/1/messages.json";
pub const PUSHOVER_API_DOCUMENTATION_URL: &str = "https://pushover.net/api";
pub const PUSHOVER_API_ATTACHMENT_MAX_SIZE_BYTES: u64 = 2621440;