Hello, is there any way or example to generate kto...
# ktor
t
Hello, is there any way or example to generate ktor client code (prefer KMM) from ktor server?
c
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
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.