//! Shared configuration for every Radion product surface.
/// Default base URL for the Radion REST API.
pub const DEFAULT_BASE_URL: &str = "https://api.radion.app";
/// Default endpoint for the Radion realtime (WebSocket) API.
pub const DEFAULT_WS_URL: &str = "wss://api.radion.app/ws";
/// Shared configuration for every Radion product surface.
///
/// `base_url` is reserved for forthcoming product surfaces; the realtime client
/// uses `ws_url`.