OK, that makes sense. Am I probably going to be lo...
# android
z
OK, that makes sense. Am I probably going to be looking at writing some sort of custom response converter for this, or can one of kotlinx.serialization/Moshi/Gson handle this somewhat automatically?
n
You can also use
okhttp.RequestInterceptor
to parse ‘data’ and ‘error’ for all requests.