Baseļƒ

Inheritance diagram of musify.libraries.remote.spotify.api.base

Base functionality to be shared by all classes that implement RemoteAPI functionality for Spotify.

Classes:

SpotifyAPIBase(authoriser,Ā wrangler[,Ā cache])

Base functionality required for all endpoint functions for the Spotify API

class musify.libraries.remote.spotify.api.base.SpotifyAPIBase(authoriser, wrangler, cache=None)ļƒ

Bases: RemoteAPI, ABC

Base functionality required for all endpoint functions for the Spotify API

Attributes:

items_key

The key to reference when extracting items from a collection

Methods:

format_next_url(url[,Ā offset,Ā limit])

Format a next style URL for looping through API pages

items_key = 'items'ļƒ

The key to reference when extracting items from a collection

static format_next_url(url, offset=0, limit=20)ļƒ

Format a next style URL for looping through API pages

Return type:

str