swagger-express-middleware icon indicating copy to clipboard operation
swagger-express-middleware copied to clipboard

Swagger 2.0 middlware and mocks for Express.js

Results 102 swagger-express-middleware issues
Sort by recently updated
recently updated
newest added

Expecting the following definition to return "400 Bad Request" when an invalid uuid (e.g. "ae926c5a-e28f-4b80-8c00-772eaf7661") is passed in ``` "id": { "type": "string", "format": "uuid" } ``` However, `validateRequest()` ignores...

enhancement

Hi, I understand that @apidevtools/swagger-express-middleware is a middleware "for Express.js" but I was curious to install it and test it under nextjs.org I am pleasantly surprised : there was only...

I found its really confusing, on https://www.npmjs.com/package/swagger-express-middleware there are 2 instruction to install this module, one is ``` npm i swagger-express-middleware ``` the other is in the readme ``` npm...

This PR is trying to fix this issue https://github.com/APIDevTools/swagger-express-middleware/issues/133, I also added a test case for this.

Please update the lodash version to 4.17.20 to fix the issue. Here's the link https://snyk.io/vuln/SNYK-JS-LODASH-590103

I think the context is correct but the example is not

context: when using this module in the context of webpack, you would get something like ``` 2020-10-27T05:09:55.963Z 7f428527-14e4-425d-aa64-ab15a551611a ERROR TypeError: ono is not a function at parseParameter (/var/task/vendors~lambda.js:6942:11) at /var/task/vendors~lambda.js:6884:18...

Hi, I couldn't find any hint as to what I'm asking in the [Mock middleware doc](https://apitools.dev/swagger-express-middleware/docs/middleware/mock.html), so I felt obliged to post. I'm basically asking myself whether the Mock middleware...

I am trying to install the `glob` module and have encountered a weird bug I can't seem to make sense of. I'm not sure whether this is an issue with...

Is there any type of estimate for when 3.0 will be out of alpha and ready for production? Just a general time frame 1-3 months? 3-6 months? 6-12 months? 12+...