pishock_rs 2.1.0

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

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