roava
0.0.5-SNAPSHOT
roava
/
dev.roava.api
/
UserApi
/
getUserInformation
get
User
Information
@
GET
(
value
=
"/v1/users/{userId}"
)
abstract
fun
getUserInformation
(
@
Path
(
value
=
"userId"
)
userId
:
Long
)
:
Call
<
UserData
>
Content copied to clipboard