node-red-node-swagger icon indicating copy to clipboard operation
node-red-node-swagger copied to clipboard

A set of tools for generating Swagger api documentation based on the HTTP nodes deployed in a flow

Results 27 node-red-node-swagger issues
Sort by recently updated
recently updated
newest added

Background of the PR: - Upgrade the dependency of the swagger-ui from 2.1.4 -> 5.11.1 as the previous package is old and with security issues - As a consequence implemented...

Hello, is this package still current? Or there is another package providing the same or similar functionalities that is more current and up-to-date? thanks so much

Hi! I would like to share the Swagger UI to colleagues to test the API without being able to modify the flows. So I thought I could browse directly to...

I am having difficulties accessing the Swagger HTML outside of the node-red editor. I am on a closed network running node-red in a docker container. Within the right-hand Swagger panel...

In the Swagger-YAML you can configure call parameters as ENUM (selection list). How can this be transferred to the parameterization in the NODE-RED Swagger documentation? As an example in YAML...

### What are the steps to reproduce? 1. Install node-red-node-swagger on Node-RED flow editor. 2. Create REST API using http-in, template, http response nodes. 3. Import the generated swagger definition...

- [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes I fixed #78. ## Checklist - [x] I...

I added Japanese translations in the pull request, https://github.com/node-red/node-red-node-swagger/pull/76 . I appreciate it if the latest module is published on the npmjs repository because my colleagues are writing a document...

The version of swagger-ui used by node-red-node-swagger at the moment is affected by 3 vulnerabilities: https://nodesecurity.io/advisories/123 https://nodesecurity.io/advisories/126 https://nodesecurity.io/advisories/131 ``` $ nsp check --output summary (+) 3 vulnerabilities found Name Installed...