Package-level declarations

Types

Link copied to clipboard

Endpoints for retrieving information about one or more albums from the Spotify catalog.

Link copied to clipboard

Endpoints for retrieving information about one or more artists from the Spotify catalog.

Link copied to clipboard

Endpoints for getting playlists and new album releases featured on Spotify’s Browse tab.

Link copied to clipboard

Endpoints for retrieving information about one or more episodes from the Spotify catalog.

Link copied to clipboard

This endpoint allow you check the playlists that a Spotify user follows.

Link copied to clipboard
Link copied to clipboard

Endpoints for retrieving information about a user’s playlists

Link copied to clipboard

Get Spotify catalog information about artists, albums, tracks or playlists that match a keyword string. It is possible to have 0 results and no exception thrown with these methods. Check the size of items returned.

Link copied to clipboard

Endpoints for retrieving information about one or more shows and their episodes from the Spotify catalog.

Link copied to clipboard

Endpoints for retrieving information about one or more tracks from the Spotify catalog.

Link copied to clipboard
@Serializable
data class TrackAttribute<T : Number>(val tuneableTrackAttribute: TuneableTrackAttribute<T>, val value: T)

The track attribute wrapper contains a set value for a specific TuneableTrackAttribute

Link copied to clipboard
@Serializable
sealed class TuneableTrackAttribute<T : Number>

Describes a track attribute

Link copied to clipboard

Endpoints for retrieving information about a user’s profile.