tiesmaster / AutoFit

This is a simple utility that generates Refit interfaces from an OpenAPI specification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoFit

This is a simple utility that generates Refit interfaces from an OpenAPI specification. It takes an OpenAPI JSON file as input, and it will generate Refit interface based on the endpoints in the spec, including the required DTOs that the spec includes for its endpoints.

🚧 Work in Progress

This is a project I just started working on. Don't expect this to be rock solid. Use at your own risk ;)

Assumptions

This project assumes a couple of things, which might prevent it to be useful for your purpose. Your Mileage May Vary ;)

  • all interfaces, and DTOs are generated in one namespace/directory

Prior Work

Alternatives

  • AutoRest
  • NSwag

About

This is a simple utility that generates Refit interfaces from an OpenAPI specification.

License:MIT License


Languages

Language:C# 100.0%