Join Slack
Powered by
is there arrow ktor call adapter? like there used ...
# arrow
m
Marko Novakovic
03/10/2023, 5:54 PM
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
Javier
03/10/2023, 6:00 PM
it isn’t but it is possible to build it
s
simon.vergauwen
03/10/2023, 6:05 PM
Sorry, I miss-read. This is what I've been doing with Ktor.
https://github.com/47deg/gh-alerts-subscriptions-kotlin/blob/main/src/main/kotlin/alerts/github/GithubClient.kt#L67
m
Marko Novakovic
03/10/2023, 6:27 PM
thanks to both of you
10
Views
Open in Slack
Previous
Next