Config¶
-
class
spotify_client.Config¶ Config module for setting up the client
-
classmethod
clear_config()¶ Clear the configuration set for the class
-
classmethod
configure(client_id: str, secret_key: str, timeout_value: float = None) → None¶ Configure the library with application-specific settings
- Parameters
client_id – (str) Spotify client ID to use in requests
secret_key – (str) Spotify secret key to use in requests
timeout_value – (float) Amount (in seconds) to set for request timeout
-
classmethod