seaplane 0.8.0

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

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