swagger-tools icon indicating copy to clipboard operation
swagger-tools copied to clipboard

A Node.js and browser module that provides tooling around Swagger.

Results 101 swagger-tools issues
Sort by recently updated
recently updated
newest added

Hi, We are using webpack to create production build , but it does not work with swagger-tools as it look for the exact path for swagger.yaml and controllers. We managed...

Hi, I am looking to set up a full integration test of an API that is running on this library and the other (potentially outdated swagger-express-mw) library. I found a...

where is the part in the swagger code that maps an incoming route (that includes path variables) to an actual route in the swagger file ? The reason that I...

code snippet for AddressBox array : AddressBox: items: type: string minLength: 1 maxLength: 70 type: array description: >- Information that locates and identifies a specific address, as defined by postal...

So multer has a nice option where you can plug in a different storage engine (as apposed to MemoryStorageEngine). One such engine is multer-s3 which allows uploaded files to go...

So with schema like: /vocabulary: post: operationId: "vocabularyPOST" produces: - "application/json" parameters: - $ref: "#/parameters/vocabBody" .... vocabBody: in: "body" name: "body" description: "JSON array of term codes." required: true schema:...

This is derived from [the issue to support case sensitive routing in swagger node](https://github.com/swagger-api/swagger-node/issues/510). I found out that the lack of support for case sensitive routing in swagger node is...

## Overview I recently attempted to use this lib to autogen a server from this [API specification](https://editor.swagger.io/?url=https://raw.githubusercontent.com/cds-hooks/api/master/cds-hooks.yaml). When I attempt this, I run into an issue where all **url encoded...

Hello, I'm trying to use security middleware in conjunction with passport, and i'm stuck : The signature of the callback function called by the security middleware is: - (req, authOrSecDef,...

1.0.0