FriendApi

interface FriendApi

FriendApi (for internal use only)

Functions

Link copied to clipboard
@GET(value = "/v1/users/{userId}/friends")
abstract fun getUserFriends(@Path(value = "userId") userId: Long): Call<UserListData>