mrf7/DJApp

find a way to intercept the response and unwrap it into either [Response.items] ...

Closed this issue · 0 comments

todo commented

* TODO find a way to intercept the response and unwrap it into either [Response.items] or an error
*
* @return A [Response] that contains a list of [Playlist] in [Response.items]
*/
@GET("me/playlists")
suspend fun getUsersPlaylists(): Response<Playlist>


This issue was generated by todo based on a TODO comment in f80a15f when #12 was merged. cc @mrf7.