seedstack / crud-addon

Business framework extension to automatically expose CRUD APIs of any DTO.
Mozilla Public License 2.0
0 stars 2 forks source link

Generate swagger specification, if plugin is present #6

Open Sherpard opened 6 years ago

Sherpard commented 6 years ago

It could be nice if we can provide, somehow, support for swagger and swagger-addon into auto-generated resources.

Adding the @Api annotation on each new resource, and tagging it accordingly (when swagger is present). and also some docs, if needed, like status code results.

That could provide an invaluable help creating public api's or even integrating with a swagger-capable client.