toggle menu
Jochens Next Dinner
androidJvm
switch theme
search in API
app
/
be.hogent.jochensnextdinner.network
/
LikeApiService
/
postLike
post
Like
@
POST
(
value
=
"likes"
)
abstract
suspend
fun
postLike
(
@
Body
like
:
ApiLike
)
:
ApiLike
Posts a new Like item to the API.
Return
The created ApiLike item.
Parameters
like
The Like item to post.