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) → None

Configure the library to use the Spotify credentials passed

Parameters
  • client_id – (str) Spotify client ID to use in requests

  • secret_key – (str) Spotify secret key to use in requests