What would be the best framework to consume REST a...
# ktor
h
What would be the best framework to consume REST apis in Kotlin? I know ktor has a client as well, but I'm wondering if there are other alternatives which are even more tuned for API consumption.
j
if you're on jvm, i'm a big fan of retrofit
h
Thanks @Joe, I'll have a look