UserApi

interface UserApi

UserApi (for internal use only)

Functions

Link copied to clipboard
@GET(value = "/v1/users/{userId}")
abstract fun getUserInformation(@Path(value = "userId") userId: Long): Call<UserData>
Link copied to clipboard
@POST(value = "/v1/usernames/users")
abstract fun getUsernameInformation(@Body data: UserNameRequest): Call<UserListData>