seaplane 0.8.0

The Seaplane Rust SDK
Documentation
1
2
3
4
5
6
pub mod error;
#[cfg(feature = "restrict_api_v1")]
pub mod v1;

/// The base URL for our Restrict API endpoints
pub static RESTRICT_API_URL: &str = "https://metadata.cplane.cloud/";