pishock_rs 2.0.0

Rust library for the PiShock API
Documentation
1
2
3
4
5
6
7
8
9
mod api_endpoints;
pub mod errors;
mod pishocker;
pub use self::pishocker::*;
mod pishock_account;
pub use self::pishock_account::*;

/// The base URL for the PiShock API (without trailing slash)
static PUBLIC_PISHOCK_API_BASE: &str = "https://do.pishock.com/api";