PlaylistSearch extension
Search & Utility functions to find Playlists.
Methods
-
getPlaylistFromPlaylistUrl(
String url) → Future< Playlist> -
Available on SpotifyEngine, provided by the PlaylistSearch extension
Get the playlists from a Spotify Playlist URL / URI. -
getUserPlaylists(
String url) → Future< List< Playlist> > -
Available on SpotifyEngine, provided by the PlaylistSearch extension
Get the playlists of a user. -
searchForPlaylist(
String query, [int itemCount = 5]) → Future< List< Playlist> > -
Available on SpotifyEngine, provided by the PlaylistSearch extension
Search for playlists on Spotify.