All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.sonallux.spotify.api.apis.MarketsApi Maven / Gradle / Ivy

The newest version!
package de.sonallux.spotify.api.apis;

import de.sonallux.spotify.api.http.ApiClient;
import de.sonallux.spotify.api.apis.markets.*;
import lombok.RequiredArgsConstructor;

/**
 * Markets
 */
@RequiredArgsConstructor
public class MarketsApi {
    private final ApiClient apiClient;

    /**
     * 

Get Available Markets

*

Get the list of markets where Spotify is available.

* @return a {@link GetAvailableMarketsRequest} object to build and execute the request */ public GetAvailableMarketsRequest getAvailableMarkets() { return new GetAvailableMarketsRequest(apiClient); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy