seaplane 0.8.0

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

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