arrow-endpoint has not been actively being worked on in quite some time, it also doesn't offer any concrete http clients.
I typically prefer working with Ktor, but you can use Arrow in combination with any existing framework quite easily. There is https://github.com/arrow-kt/arrow/tree/main/arrow-libs/core/arrow-core-retrofit which offers some Retrofit adapters for Arrow Core.
t
trc
02/03/2023, 10:19 AM
Thanks everyone
k
Kristian Nedrevold
02/03/2023, 7:39 PM
Arrow-endpoint looks interesting. I'm guessing it would be quite easy to generate openAPI spec from it?