GetUserService

interface GetUserService

Functions

getUser
Link copied to clipboard
@GET(value = "users/{userId}")
abstract fun getUser(@Path(value = "userId"userId: String? = null): Call<User>