Module requests

Module requests 

Source
Expand description

HTTP request handling module for the Qobuz API.

This module contains the core request functions used to communicate with the Qobuz API. It handles GET, POST, and signed GET requests with proper authentication, parameter handling, and response parsing. The functions in this module are used by other API modules to make actual HTTP calls to the Qobuz API endpoints.