APIProvider.parseResponse()method
parseResponse(_endpoint: Endpoint<PP, RR>, response: Response, caller?: AnyCaller): Promise<RR>
Parse an HTTP Response for this endpoint into a result value.
- Non-2xx responses become
ResponseError. - Does not validate the result against the endpoint schema — use
ValidationAPIProviderfor that.