roava
0.0.5-SNAPSHOT
roava
/
dev.roava.api
/
FriendApi
Friend
Api
interface
FriendApi
Content copied to clipboard
FriendApi (for internal use only)
Functions
Functions
get
User
Friends
Link copied to clipboard
@
GET
(
value
=
"/v1/users/{userId}/friends"
)
abstract
fun
getUserFriends
(
@
Path
(
value
=
"userId"
)
userId
:
Long
)
:
Call
<
UserListData
>
Content copied to clipboard