csharpfritz / InstantAPIs

A library that generates Minimal API endpoints for an Entity Framework context.
MIT License
448 stars 57 forks source link

Use Swagger #28

Closed timheuer closed 2 years ago

timheuer commented 2 years ago

Modified to use swagger/endpoints explorer to show all generated routes.

csharpfritz commented 2 years ago

Thanks! This does make it easier to demo the APIs that were generated.

I think our configuration needs to open up to include the ability to include and consume generated documentation with the OpenAPI tools