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/";