dart-backend / angel

A polished, production-ready backend framework in Dart for the VM, AOT, and Flutter.
https://github.com/dukefirehawk/angel
BSD 3-Clause "New" or "Revised" License
172 stars 21 forks source link

angel framework integration with Swagger #109

Open insinfo opened 11 months ago

insinfo commented 11 months ago

It would be interesting if the angel framework somehow had integration with Swagger to allow the automatic generation of documentation for a rest API, at the moment I'm using shelf_swagger_ui and mitmproxy and mitmproxy2swagger to generate documentation automatically

https://pub.dev/packages/shelf_swagger_ui https://github.com/alufers/mitmproxy2swagger#mitmproxy https://mitmproxy.org

dukefirehawk commented 11 months ago

This is a good feature to add. I've added it as an enhancement.