retrofit2.Call<Pager<Track>> |
AlbumsSpotifyService.getAlbumTracks(String albumId) |
Get Spotify catalog information about an album’s tracks.
|
retrofit2.Call<Pager<Track>> |
AlbumsSpotifyService.getAlbumTracks(String albumId,
Map<String,Object> options) |
Get Spotify catalog information about an album’s tracks.
|
retrofit2.Call<Pager<Album>> |
ArtistsSpotifyService.getArtistAlbums(String artistId) |
Get Spotify catalog information about an artist’s albums.
|
retrofit2.Call<Pager<Album>> |
ArtistsSpotifyService.getArtistAlbums(String artistId,
Map<String,Object> options) |
Get Spotify catalog information about an artist’s albums.
|
retrofit2.Call<Pager<PlaylistSimple>> |
PlaylistsSpotifyService.getMyPlaylists() |
Get a list of the playlists owned or followed by the current Spotify user.
|
retrofit2.Call<Pager<PlaylistSimple>> |
PlaylistsSpotifyService.getMyPlaylists(Map<String,Object> options) |
Get a list of the playlists owned or followed by the current Spotify user.
|
retrofit2.Call<Pager<SavedAlbum>> |
LibrarySpotifyService.getMySavedAlbums() |
Get a list of the albums saved in the current Spotify user’s “Your Music” library.
|
retrofit2.Call<Pager<SavedAlbum>> |
LibrarySpotifyService.getMySavedAlbums(Map<String,Object> options) |
Get a list of the albums saved in the current Spotify user’s “Your Music” library.
|
retrofit2.Call<Pager<SavedTrack>> |
LibrarySpotifyService.getMySavedTracks() |
Get a list of the songs saved in the current Spotify user’s “Your Music” library.
|
retrofit2.Call<Pager<SavedTrack>> |
LibrarySpotifyService.getMySavedTracks(Map<String,Object> options) |
Get a list of the songs saved in the current Spotify user’s “Your Music” library.
|
retrofit2.Call<Pager<PlaylistSimple>> |
PlaylistsSpotifyService.getPlaylists(String userId) |
Get a list of the playlists owned or followed by a Spotify user.
|
retrofit2.Call<Pager<PlaylistSimple>> |
PlaylistsSpotifyService.getPlaylists(String userId,
Map<String,Object> options) |
Get a list of the playlists owned or followed by a Spotify user.
|
retrofit2.Call<Pager<PlaylistTrack>> |
PlaylistTracksSpotifyService.getPlaylistTracks(String playlistId) |
Get full details of the tracks of a playlist owned by a Spotify user.
|
retrofit2.Call<Pager<PlaylistTrack>> |
PlaylistTracksSpotifyService.getPlaylistTracks(String playlistId,
Map<String,Object> options) |
Get full details of the tracks of a playlist owned by a Spotify user.
|
retrofit2.Call<Pager<Artist>> |
PersonalizationSpotifyService.getTopArtists() |
Get the current user’s top artists based on calculated affinity.
|
retrofit2.Call<Pager<Artist>> |
PersonalizationSpotifyService.getTopArtists(Map<String,Object> options) |
Get the current user’s top artists based on calculated affinity.
|
retrofit2.Call<Pager<Track>> |
PersonalizationSpotifyService.getTopTracks() |
Get the current user’s top tracks based on calculated affinity.
|
retrofit2.Call<Pager<Track>> |
PersonalizationSpotifyService.getTopTracks(Map<String,Object> options) |
Get the current user’s top tracks based on calculated affinity.
|