Expand description
Main service module for the Qobuz API.
This module contains the core QobuzApiService struct and its implementation,
which serves as the main interface for interacting with the Qobuz API. It handles
authentication, credential management, and provides methods for accessing all
available API endpoints through a unified interface.
Modules§
- constants
- Constants for the Qobuz API
Structs§
- Qobuz
ApiService - The service disclosing the various endpoints of the Qobuz REST API.