I wonder, is there any tool which takes an OpenAPI yml file, and generates a ktor client with all th...
s
I wonder, is there any tool which takes an OpenAPI yml file, and generates a ktor client with all the existing endpoints?
b
f
s
Hey thanks a lot for the links! I must be missing something, but that issue is marked as fixed, and the second to last comment mentions that 2.2.0 is the version, however I can’t seem to find what exactly they are referring to?
e
KTOR-774 refers to Serving OpenAPI docs..
2.2.0 is the version of Ktor where that should be available
s
Right, so this isn’t what I was looking for, since I am interested in generating ktor client code from an openapi yaml file. I found this gradle plugin for now and I am trying to explore if it’s what I am looking for
h
Server side stubs with validations etc would also be nice to generate