MarketsApi

class MarketsApi(api: GenericSpotifyApi) : SpotifyEndpoint

Functions

getAvailableMarkets
Link copied to clipboard
common
suspend fun getAvailableMarkets(): List<Market>
Get the list of markets where Spotify is available.
getAvailableMarketsRestAction
Link copied to clipboard
common
fun getAvailableMarketsRestAction(): SpotifyRestAction<List<Market>>
Get the list of markets where Spotify is available.

Properties

api
Link copied to clipboard
common
val api: GenericSpotifyApi
cache
Link copied to clipboard
common
val cache: SpotifyCache

Sources

common source
Link copied to clipboard