ApiServicePost
interface ApiServicePost
Content copied to clipboard
The POST method is used to submit an entity to the specified resource, often causing a change in state or side effects on the server.
Author
Vitaliy Zarubin
Functions
signIn
Link copied to clipboard
open suspend fun signIn(email: String, pass: String): ResponseResult<SignInResponse>
Content copied to clipboard
Query login user with callback if success. For example use random query with error response.
signUpValidate
Link copied to clipboard
open suspend fun signUpValidate(email: String): ResponseResult<SignUpValidateResponse>
Content copied to clipboard
Query validate user email for registration
Properties
Inheritors
OtherApiService
Link copied to clipboard