Hello. Can you suggest any Kotlin library for bui...
# announcements
a
Hello. Can you suggest any Kotlin library for building REST clients (e.g.: kovert, kottpd, javalin, ktor,..) capable of generating client-side interfaces from either `WADL`or
swagger.{yaml,json}
? I'm looking for smth similar to what
wadl2java
and https://editor.swagger.io tools can offer.
b
Ktor has swagger support start.ktor.io
a
Thank you!