Baseļ
Base functionality to be shared by all classes that implement RemoteAPI
functionality for Spotify.
Classes:
|
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
[AuthorisationCodeFlow
]Base functionality required for all endpoint functions for the Spotify API
Attributes:
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