Hi, is there any way to generate a client sdk from...
# ktor
i
Hi, is there any way to generate a client sdk from a ktor server automatically?
b
Not unless you generate both, client and server from OAS
a
@Big Chungus newbie question - what is OAS?
b
Open api specification. Formerly known as swagger. google
👍 2
i
@Big Chungus do you have any experience with ktor and swagger? On github I found two libraries for swagger automatic generation but one is on beta and the other one is not maintained.
b
kror.io can accept your swagger yaml and generate a server for you