Michele Andreoli

Results 3 comments of Michele Andreoli

With `swagger-express-ts:v1.1.0` you can now specify headers params ```javascript @ApiOperationGet({ path: `/mypath/{name}`, summary: 'Execute a custom view', parameters: { header: { 'x-device-token': { description: 'The device token', type: SwaggerDefinitionConstant.Parameter.Type.STRING, required:...

Please @olivierlsc add us as maintainers, so we can help you to upgrade this very useful library

Thank you @olivierlsc! I have closed some pull requests and created a new working version v1.1.0. Now, I would publish this brand new version on `npm` but I don't have...