pub const API_BASE_URL: &str = "https://www.qobuz.com/api.json/0.2";Expand description
Base URL for the Qobuz API
This is the main endpoint for all Qobuz API requests. The API version is included in the URL. All API calls should be made relative to this base URL.