PiotrFLEURY/nenuphar_cli

how to use Tag in dartfrog openapi documentation

Opened this issue · 2 comments

how to use Tag in dartfrog openapi documentation

Thanks for opening this issue @vimptech-git

Nenuphar currently put a default openapi tag on each route using the path.

I'm currently working on a change to put some annotations allowing users to customize each route.

Those annotations will replace the current comments (Allow, Header, etc...)

I can plan to add a @Tag('myTag') annotation.

What do you think ?