olivierlsc / swagger-express-ts

Generate and serve swagger.json
MIT License
147 stars 60 forks source link

Custom @ApiOperation annotations #81

Closed ueoeae closed 2 years ago

ueoeae commented 2 years ago

Is it possible to create custom @ApiOperation annotations? For example if multiple identical @ApiOperationGet annotations are used for various endpoints, to overcome the problem that SonarQube complains about duplicate code?