public interface SimilarArtistsCaller
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ResultsPage<Artist>> |
byId(String artistId) |
@GET(value="artists/{artist_id}/similar_artists.json")
retrofit2.Call<ResultsPage<Artist>> byId(@Path(value="artist_id")
String artistId)
Copyright © 2017. All rights reserved.