mrf7/DJApp

cache userId so its not required

todo opened this issue · 1 comments

todo commented

* TODO cache userId so its not required
*/
@Headers("Content-Type: application/json", "Accept: application/json")
@POST("users/{user_id}/playlists")
suspend fun createPlaylist(@Body playlist: PlaylistDTO, @Path("user_id") userId: String): Playlist


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

Duplicate