Join Slack
Powered by
is the proper way to handle a route that doesn't r...
# squarelibraries
k
kevin.cianfarini
02/10/2020, 7:27 PM
is the proper way to handle a route that doesn't return a response body this?
Copy code
@POST(...) suspend fun foo(@Body body: MyObject): Response<Unit>
Open in Slack
Previous
Next