Playlists
fetchFeaturedPlaylists(): Promise<IPlaylist[]>
Returns list of playlists, which are currently marked as featured on spinamp.
Gets playlist by provided playlist id. Returns playlist
object and list of full tracks belonging to this playlist.
fetchCollectorPlaylists(collectorAddress: string): Promise<IPlaylist[]>
Returns list of playlists created by user with provided address.
Creates a new playlist and returns the playlist id
An ethers signer object is required for API authentication
Updates a playlist and returns the new values
Only the signer that created the playlist is able to update it
Last updated