swagger-node
swagger-node copied to clipboard
Swagger module for node.js
Hello, I just tried the npm tutorial "your swagger API in five steps", linux mint 19.04, nodejs 12.2.0, npm 6.9.0 ``` $ npm install -g swagger $ swagger project create...
Running swagger version 0.7.5 Steps to reproduce 1. Create a new project with `swagger project create profiles` 2. Select `express` as the framework 3. Project is created successfully 4. Run...
Swagger.yaml ``` /basket/products/{productId}: x-swagger-router-controller: basket-controller delete: description: Removes product from a basket operationId: removeProduct parameters: - name: productId description: Product Id in: path type: string required: true responses: "200": description:...
Hi, I am a little curious about one thing, is there any possibility to upload my auto generated swagger doc to the swagger.io, and also auto sync with swagger.io? something...
I am running swagger on node.js using swagger-express-mw, and I'm trying to split the huge `swagger.yaml` file (which is currently over 2000 lines long) into multiple files for easier editing....
361
HI, I have been banging my head against the wall with this. How can I change the default location of the swagger.yaml file for the "swagger project edit" and other...
Welcome to [WhiteSource for GitHub.com](https://github.com/apps/whitesource-for-github-com)! This is an onboarding PR to help you understand and configure settings before WhiteSource starts scanning your repository for security vulnerabilities. :vertical_traffic_light: WhiteSource for GitHub.com...
Error: Cannot find module '../middlewares' Require stack: - C:\Users\Lenovo\feb-mern-2020\mern project\node-js-jwt-auth-mongodb\app\routes\auth.routes.js - C:\Users\Lenovo\feb-mern-2020\mern project\node-js-jwt-auth-mongodb\server.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:982:15) at Function.Module._load (internal/modules/cjs/loader.js:864:27) at Module.require (internal/modules/cjs/loader.js:1044:19) at require (internal/modules/cjs/helpers.js:77:18) at Object. (C:\Users\Lenovo\feb-mern-2020\mern project\node-js-jwt-auth-mongodb\app\routes\auth.routes.js:1:26) at...
Hi, I notice the dependencies of swagger-node are very old and installing it yields a number of deprecation warnings. Do you have any intend in lifting the project to current...