Shawn A
06/06/2019, 5:22 PMDerk-Jan Karrenbeld
06/06/2019, 5:25 PMShawn A
06/06/2019, 7:27 PMvalidatorResponseInterceptor
, but that function doesn't exist anymore.validatorResponseInterceptor
? Since it doesn't exist anymore.Derk-Jan Karrenbeld
06/07/2019, 2:26 PMvar responseValidator: ResponseValidator = { response ->
!(response.isServerError || response.isClientError)
}
is the default. Change to something like { response -> true }
Shawn A
06/07/2019, 4:00 PMkittinunf
06/08/2019, 4:20 AM