apigee-127 / swagger-tools

A Node.js and browser module that provides tooling around Swagger.
MIT License
702 stars 373 forks source link

[feature Request] pass options for multer into swagger-metadata middleware #587

Open toams69 opened 6 years ago

toams69 commented 6 years ago

It could be nice to allow to pass option to multer.

Indeed on our project we need to add before the swagger middleware the multer middleware to limit the size of file uploaded to the express server.

Only for that we have added a dependency to multer on our project (package.json).