apiServices/networkService/api_result library

Classes

ApiResult<T>
This class defines the states of the request Success : the request succeed, return the data as a generic type Failure : the request failed, return error message as string
Failure<T>
Success<T>