Skip to content

Overview

In here are all the different endpoints which are necessary for accessing the spotify api. Each of the endpoints can only be accessed through the SpotifyApiClient. Every endpoint is an instance variable of the SpotifyApiClient. You should only interact through this way with the Endpoints. The Endpoint instance name is the name of the class in lower case.

Example

# To access the Albums endpoint use
spotify_api_client.albums.whatever_method()

# To access the Artist endpoint use
spotify_api_client.artist.whatever_method()

Available Endpoints:


Last update: April 27, 2020