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<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.
|
retrofit2.Call<Track> |
TracksSpotifyService.getTrack(String trackId) |
Get Spotify catalog information for a single track identified by their unique Spotify ID.
|
retrofit2.Call<Track> |
TracksSpotifyService.getTrack(String trackId,
Map<String,Object> options) |
Get Spotify catalog information for a single track identified by their unique Spotify ID.
|