pushover 0.4.0

A wrapper for the Pushover API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[macro_use]
mod base;

pub mod verification;
pub mod groups;
pub mod license;
pub mod open_client;
pub mod receipt;
pub mod message;
pub mod glance;

pub(crate) use self::base::{Request, Response};