Package com.adamratzman.spotify.endpoints.client

Types

ClientFollowingApi
Link copied to clipboard
common
class ClientFollowingApi(api: GenericSpotifyApi) : FollowingApi
These endpoints allow you manage the artists, users and playlists that a Spotify user follows.
ClientLibraryApi
Link copied to clipboard
common
class ClientLibraryApi(api: GenericSpotifyApi) : SpotifyEndpoint
Endpoints for retrieving information about, and managing, tracks and albums that the current user has saved in their “Your Music” library.
ClientPersonalizationApi
Link copied to clipboard
common
class ClientPersonalizationApi(api: GenericSpotifyApi) : SpotifyEndpoint
Endpoints for retrieving information about the user’s listening habits.
ClientPlayerApi
Link copied to clipboard
common
class ClientPlayerApi(api: GenericSpotifyApi) : SpotifyEndpoint
These endpoints allow for viewing and controlling user playback.
ClientPlaylistApi
Link copied to clipboard
common
class ClientPlaylistApi(api: GenericSpotifyApi) : PlaylistApi
Endpoints for retrieving information about a user’s playlists and for managing a user’s playlists.
ClientProfileApi
Link copied to clipboard
common
class ClientProfileApi(api: GenericSpotifyApi) : UserApi
Endpoints for retrieving information about a user’s profile.
ClientSearchApi
Link copied to clipboard
common
class ClientSearchApi(api: GenericSpotifyApi) : SearchApi
Get Spotify catalog information about artists, albums, tracks, playlists, episodes, or shows that match a keyword string.
LibraryType
Link copied to clipboard
common
enum LibraryType : Enum<LibraryType>
Type of object in a user's Spotify library
PlaylistSnapshot
Link copied to clipboard
common
data class PlaylistSnapshot(snapshotId: String)
Contains the snapshot id, returned from API responses
SpotifyTrackPositions
Link copied to clipboard
common
class SpotifyTrackPositions(positions: Int)
Represents the positions inside a playlist's items list of where to locate the track