seaplane 0.8.0

The Seaplane Rust SDK
Documentation
1
2
3
4
5
6
7
/// The base URL for our Identity API endpoints.
///
/// Identity contains endpoints for things such as Authentication
pub static IDENTITY_API_URL: &str = "https://flightdeck.cplane.cloud/";

#[cfg(feature = "identity_api_v1")]
pub mod v1;