pushover 0.4.0

A wrapper for the Pushover API.
Documentation
1
2
3
4
5
6
//! https://pushover.net/api/licensing
mod check_credits;
mod assign;

pub use self::check_credits::{CheckCredits, CheckCreditsResponse};
pub use self::assign::Assign;