ApiServiceResponseHelpers extension
Provides helper methods for HttpResponses returned by ApiService.
- on
-
- HttpResponse<
Either< List< >JSON> , JSON>
- HttpResponse<
Properties
Methods
-
expectMultiple(
) → List< JSON> -
Returns the List of
JSON
objects in the response body. -
expectSingle(
) → JSON - Returns the single JSON object in the response body.