Playlists
Last updated
Last updated
Used for querying list of playlists, which are currently marked as featured on spinamp.
Used for querying playlist details based on provided playlist id. It returns playlist
object and playlistTracks
array containing list of full tracks objects belonging to provided playlist.
Used for querying list of playlists, created by user with provided ethereum address.
Used for playlist creation. Hook returns mutate
function which takes new playlist object and ethers signer object for API authentication.
Used for updating playlist. Hook returns mutate
function which takes id of edited playlist, playlist object with properties to update and ethers signer object for API authentication.