Interface SongsService
-
public interface SongsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Song>>>get()
-
public interface SongsService
| Modifier and Type | Method | Description |
|---|---|---|
retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Song>>> |
get() |