ApiGet
interface ApiGet
Content copied to clipboard
The GET method requests a representation of the specified resource. Requests using GET should only retrieve data.
Author
Vitaliy Zarubin
Functions
getListUsers
Link copied to clipboard
@GET(value = "users")
Content copied to clipboard
Get list users
updateUser
Link copied to clipboard
@GET(value = "users/{id}")
Content copied to clipboard
Update user model
Inheritors
UsersApi
Link copied to clipboard