AlbumSearch extension
Extension on SpotifyEngine to search for albums.
Methods
-
getAlbumFromAlbumUrl(
String url) → Future< Album> -
Available on SpotifyEngine, provided by the AlbumSearch extension
Get album from a Spotify Album URL / URI. -
searchForAlbum(
String query, [int itemCount = 5]) → Future< List< Album> > -
Available on SpotifyEngine, provided by the AlbumSearch extension
Search for albums on Spotify.