retrofit2.Call<Result> |
LibrarySpotifyService.addToMySavedAlbums(String ids) |
Save one or more albums to the current user’s “Your Music” library.
|
retrofit2.Call<Result> |
LibrarySpotifyService.addToMySavedAlbums(String[] ids) |
Save one or more albums to the current user’s “Your Music” library.
|
retrofit2.Call<Result> |
LibrarySpotifyService.addToMySavedTracks(String ids) |
Save one or more tracks to the current user’s “Your Music” library.
|
retrofit2.Call<Result> |
LibrarySpotifyService.addToMySavedTracks(String[] ids) |
Save one or more tracks to the current user’s “Your Music” library.
|
retrofit2.Call<Result> |
PlaylistsSpotifyService.changePlaylistDetails(String playlistId,
Map<String,Object> body) |
Change a playlist’s name and public/private state.
|
retrofit2.Call<Result> |
FollowSpotifyService.followArtists(String ids) |
Add the current user as a follower of one or more Spotify artists.
|
retrofit2.Call<Result> |
FollowSpotifyService.followPlaylist(String playlistId) |
Add the current user as a follower of a playlist.
|
retrofit2.Call<Result> |
FollowSpotifyService.followPlaylist(String playlistId,
PlaylistFollowPrivacy playlistFollowPrivacy) |
Add the current user as a follower of a playlist.
|
retrofit2.Call<Result> |
FollowSpotifyService.followUsers(String ids) |
Add the current user as a follower of one or more Spotify users.
|
retrofit2.Call<Result> |
LibrarySpotifyService.removeFromMySavedAlbums(String ids) |
Remove one or more albums from the current user’s “Your Music” library.
|
retrofit2.Call<Result> |
LibrarySpotifyService.removeFromMySavedAlbums(String[] ids) |
Remove one or more albums from the current user’s “Your Music” library.
|
retrofit2.Call<Result> |
LibrarySpotifyService.removeFromMySavedTracks(String ids) |
Remove one or more tracks from the current user’s “Your Music” library.
|
retrofit2.Call<Result> |
LibrarySpotifyService.removeFromMySavedTracks(String[] ids) |
Remove one or more tracks from the current user’s “Your Music” library.
|
retrofit2.Call<Result> |
PlaylistTracksSpotifyService.replaceTracksInPlaylist(String playlistId,
PlaylistTracksToReplace newTracksToSet) |
Replace all the tracks in a playlist, overwriting its existing tracks.
|
retrofit2.Call<Result> |
PlaylistTracksSpotifyService.replaceTracksInPlaylist(String playlistId,
String trackUris) |
Replace all the tracks in a playlist, overwriting its existing tracks.
|
retrofit2.Call<Result> |
FollowSpotifyService.unfollowArtists(String ids) |
Remove the current user as a follower of one or more Spotify artists.
|
retrofit2.Call<Result> |
FollowSpotifyService.unfollowPlaylist(String playlistId) |
Unfollow a Playlist
|
retrofit2.Call<Result> |
FollowSpotifyService.unfollowUsers(String ids) |
Remove the current user as a follower of one or more Spotify users.
|
retrofit2.Call<Result> |
PlaylistsSpotifyService.uploadPlaylistCoverImage(String playlistId,
String base64Image) |
Replace the image used to represent a specific playlist.
|