Mgj
08/13/2020, 12:13 PMHttpResponseValidator
which seems useful, but how do i:
1. Perform a refresh request
2. Retry the failed request
Perhaps im better off wrapping my ktor calls in a helper, and handle it there instead of trying to use HttpResponseValidator
?jorge.rego
08/13/2020, 12:39 PMMgj
08/13/2020, 12:41 PMjorge.rego
08/13/2020, 1:31 PMMgj
08/13/2020, 1:38 PMjorge.rego
08/13/2020, 3:27 PMedenman
08/13/2020, 8:12 PMsuspend fun doRequest
that i run all my requests through and then recursively call it based on response codes and auth token stuff