roava
Toggle table of contents
0.0.5-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
roava
roava
/
dev.roava.api
/
FriendApi
Friend
Api
interface
FriendApi
FriendApi (for internal use only)
Members
Functions
get
User
Friends
Link copied to clipboard
@
GET
(
value
=
"/v1/users/{userId}/friends"
)
abstract
fun
getUserFriends
(
@
Path
(
value
=
"userId"
)
userId
:
Long
)
:
Call
<
UserListData
>