Hello, is there any way or example to generate ktor client code (prefer KMM) from ktor server?
c
crummy
05/29/2021, 10:01 AM
like JS code that is automaticcally generated from the server endpoints? i wanted this too. here's my experiment in it: https://github.com/crummy/autoapi
i still think it's a great idea. but i couldn't build anything that wasn't super clunky.
t
thanh
05/29/2021, 10:10 AM
yeah, that's what I'm looking for, Scala has some good libraries for that like: https://tapir.softwaremill.com/en/latest/.
Your project looks nice, I'll take a look.