ApiServiceGet

interface ApiServiceGet

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
open suspend fun getListUsers(offset: Int, search: String? = null): ResponseResult<List<UserModel>>

Get list models UserModel

updateUser
Link copied to clipboard
open suspend fun updateUser(userId: String): ResponseResult<UserModel>

Update view with model UserModel

Properties

api
Link copied to clipboard
abstract val api: UsersApi

Inheritors

UsersApiService
Link copied to clipboard