Package com.adamratzman.spotify.endpoints.pub

Types

AlbumApi
Link copied to clipboard
common
class AlbumApi(api: GenericSpotifyApi) : SpotifyEndpoint
Endpoints for retrieving information about one or more albums from the Spotify catalog.
ArtistApi
Link copied to clipboard
common
class ArtistApi(api: GenericSpotifyApi) : SpotifyEndpoint
Endpoints for retrieving information about one or more artists from the Spotify catalog.
BrowseApi
Link copied to clipboard
common
class BrowseApi(api: GenericSpotifyApi) : SpotifyEndpoint
Endpoints for getting playlists and new album releases featured on Spotify’s Browse tab.
EpisodeApi
Link copied to clipboard
common
open class EpisodeApi(api: GenericSpotifyApi) : SpotifyEndpoint
Endpoints for retrieving information about one or more episodes from the Spotify catalog.
FollowingApi
Link copied to clipboard
common
open class FollowingApi(api: GenericSpotifyApi) : SpotifyEndpoint
This endpoint allow you check the playlists that a Spotify user follows.
MarketsApi
Link copied to clipboard
common
class MarketsApi(api: GenericSpotifyApi) : SpotifyEndpoint
PlaylistApi
Link copied to clipboard
common
open class PlaylistApi(api: GenericSpotifyApi) : SpotifyEndpoint
Endpoints for retrieving information about a user’s playlistsApi Reference
SearchApi
Link copied to clipboard
common
open class SearchApi(api: GenericSpotifyApi) : SpotifyEndpoint
Get Spotify catalog information about artists, albums, tracks or playlists that match a keyword string.
ShowApi
Link copied to clipboard
common
open class ShowApi(api: GenericSpotifyApi) : SpotifyEndpoint
Endpoints for retrieving information about one or more shows and their episodes from the Spotify catalog.
TrackApi
Link copied to clipboard
common
class TrackApi(api: GenericSpotifyApi) : SpotifyEndpoint
Endpoints for retrieving information about one or more tracks from the Spotify catalog.
TrackAttribute
Link copied to clipboard
common
data class TrackAttribute<T : Number>(tuneableTrackAttribute: TuneableTrackAttribute<T>, value: T)
The track attribute wrapper contains a set value for a specific TuneableTrackAttribute
TuneableTrackAttribute
Link copied to clipboard
common
sealed class TuneableTrackAttribute<T : Number>
Describes a track attributeApi Reference
UserApi
Link copied to clipboard
common
open class UserApi(api: GenericSpotifyApi) : SpotifyEndpoint
Endpoints for retrieving information about a user’s profile.