Ktorfit icon indicating copy to clipboard operation
Ktorfit copied to clipboard

Openapi client generator

Open mihai1voicescu opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Most of the API docs are now provided along with an OpenAPI spec.

It is frustrating and bug-prone to match this by hand with a manually built Ktorfit.

OpenAPI has generator components that generate clients and server stubs from an API spec. This will greatly increase productivity when creating a new client (which you are free to then edit until it fits your needs).

Describe the solution you'd like Implement a client generator for Ktorfit.

Docs can be found here.

mihai1voicescu avatar Mar 14 '23 13:03 mihai1voicescu