You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi, i like the idea. I dont think i will find the time to implement this. But in case someone wants to do it, it seems there is an generator for Retrofit. I think the easiest way would be to copy and modify that for Ktorfit
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.
The text was updated successfully, but these errors were encountered: