Handling Responses
Apinion wraps HTTP results in a BaseApiResponse:
isSuccess:trueif the status code is 200–299.responseData: Parsed JSON or response body.errorMessage: Friendly error message for debugging.
Apinion wraps HTTP results in a BaseApiResponse:
isSuccess: true if the status code is 200–299.
responseData: Parsed JSON or response body.
errorMessage: Friendly error message for debugging.