Class GetArtistRequest
- java.lang.Object
-
- de.sonallux.spotify.api.apis.artists.GetArtistRequest
-
public class GetArtistRequest extends Object
Get an Artist requestResponse
On success, the HTTP status code in the response header is
200OK and the response body contains an artist object in JSON format. On error, the header status code is an error code and the response body contains an error object.
-
-
Constructor Summary
Constructors Constructor Description GetArtistRequest(ApiClient apiClient, String id)Get an Artist request
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiCall<Artist>build()Build the request into an executable call
-