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

Current LTS and stable versions of Node.js are missing from Travis CI build.

This request fix an issue with filtering results with query parameters that are not part of the response schema. Typically pagination or api keys parameters can be declared as query...

In spec 2.0 for strings have 5 build-in formats: password, date, date-time, binary and byte But it is also written that: "However, the format property is an open string-valued property,...

It appears as though I can set my mocks to be any data structure, and the response will be served without validating against the swagger file's response schema for the...

enhancement

Since the Swagger spec supports JSON schemas for `req.body`, I expected the Validate Request middleware to use this to test incoming request bodies, and emit a (customizable) HTTP 4xx code...

documentation

Hi, I stumbled over your project today and really like it! Good work! I just got one issue I can't get to work. I got a nested data structure like:...

There is 2 fixes: 1) add posibility to use example information in JsonSchema 2) fix wrapping collection with complicating wrap object. For example: ``` swagger: '2.0' info: version: 0.1.0 title:...

Hello, I create a simple server with code: ``` /************************************************************************************************** * This sample demonstrates the most simplistic usage of Swagger Express Middleware. * It simply creates a new Express Application...

Hello. Please update the multer dependency to fix the dicer vulnerability. multer is a dependency of this package. Busboy is a dependency of multer. Dicer is a dependency of busboy...

multer exposed this package to a vulnerability through nested dependency originating from dicer. multer and busboy have both been updated to remove dependency on dicer however the package with the...