MarketsAPI¶
- class minim.api.spotify.MarketsAPI(client: APIClient, /)[source]¶
Bases:
SpotifyResourceAPIMarkets API endpoints for the Spotify Web API.
Important
This class is managed by
SpotifyWebAPIClientand should not be instantiated directly.- Parameters:
- clientminim.api._shared.APIClient
API client instance used to make HTTP requests.
Methods
Markets where Spotify is available.
Markets > Get Available Markets: Get markets where Spotify is available.
- available_markets() set[str][source]¶
Markets where Spotify is available.
Note
Accessing this property may call
get_markets()and make a request to the Spotify Web API.