spotify-web-api-kotlin
/
com.adamratzman.spotify.endpoints.pub
/
MarketsApi
common
Markets
Api
class
MarketsApi
(api:
GenericSpotifyApi
) :
SpotifyEndpoint
Content copied to clipboard
Functions
Properties
Sources
Functions
getAvailableMarkets
Link copied to clipboard
common
suspend fun
getAvailableMarkets
():
List
<
Market
>
Content copied to clipboard
Get the list of markets where Spotify is available.
getAvailableMarketsRestAction
Link copied to clipboard
common
fun
getAvailableMarketsRestAction
():
SpotifyRestAction
<
List
<
Market
>>
Content copied to clipboard
Get the list of markets where Spotify is available.
Properties
api
Link copied to clipboard
common
val
api
:
GenericSpotifyApi
Content copied to clipboard
cache
Link copied to clipboard
common
val
cache
:
SpotifyCache
Content copied to clipboard
Sources
common source
Link copied to clipboard