legzo
12/06/2018, 11:57 AMclient.get<Either<ResponseObject, ErrorObject>>() {}
cy
12/06/2018, 12:01 PMe5l
12/06/2018, 12:02 PMval response = client.get<HttpResponse>(...)
then check for the response status and then call response.receive<DataClassOfMyChoice>()
legzo
12/06/2018, 12:09 PMcy
12/06/2018, 12:09 PMlegzo
12/06/2018, 12:10 PMcy
12/06/2018, 12:10 PM