is there arrow ktor call adapter? like there used ...
# arrow
m
is there arrow ktor call adapter? like there used to be, or maybe there still is, Retrofit adapter or
Copy code
Either
    .catch { httpClient.get("") }
    .map { it.body() }
is enough?
j
it isn’t but it is possible to build it
s
m
thanks to both of you