-
-
Notifications
You must be signed in to change notification settings - Fork 747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interface and model generation from swagger #380
Comments
Not sure if you were aware, but there is a project for generating client libraries for a swagger api. |
I know this but maybe we can create a generator for refit too. |
I haven't used it, but I found https://github.com/itofinity/swagger-csharp-refit which seems to produce interfaces and models from a swagger definition.
|
See also OpenAPITools/openapi-generator#3581 |
Some time ago I've created small dotnet tool to generate Refit interfaces from ASP.NET Core projects.
|
I have only recently discovered Refit and also created a small dotnet CLI tool to generate a Refit interface and contracts from OpenAPI (Swagger) specifications. I hope it's useful to someone. https://github.com/christianhelle/refitter
|
Hi, Is there any plan to support interface (and model) generation from swagger to refit?
The text was updated successfully, but these errors were encountered: