Given: Retrofit + Coroutines I'm trying to map htt...
# squarelibraries
g
Given: Retrofit + Coroutines I'm trying to map http errors to my custom wrappers in a centralized manner. What would be the right approach here? Call Adapter? Any good example of such thing with suspended functions? Thanks.
d
I think that adapter is a right approach - https://stackoverflow.com/a/57816819/1478296