node-red-nodegen
node-red-nodegen copied to clipboard
Command line tool to convert Node-RED function node, Swagger document, or WoT Thing Description to a custom Node.
### What are the steps to reproduce? Given the following simple `swagger.json`: ``` { "swagger": "2.0", "info": { "version": "v1", "title": "ActiveDirectory" }, "host": "ad-api.company.com", "schemes": [ "https" ], "paths":...
When you install it there are multiple warnings. Please update the dependencies npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated [email protected]: core-js@
Hello ! i tried to use node-red-nodegen with OpenAPI defintions but got error messages, I would be very plased is some could give reason of these errors and offer some...
### What are the steps to reproduce? - Create a node from as swagger file - Return from the endpoint a 403 error with a JSON Response ### What happens?...
### What are the steps to reproduce? Used the sample in your readme node-red-nodegen http://petstore.swagger.io/v2/swagger.json ### What happens? Error: TypeError [ERR_INVALID_ARG_TYPE]: The "url" argument must be of type string. Received...
### What are the steps to reproduce? - Create a node from as swagger file with multiple endpoints - Use that node in Node-Red ### What happens? - Note that...
An `npm install` of node-red-nodegen results in 265Mb of node_modules. If you npm install the repository (so devDependencies are included) it's over 650Mb. I would like to see if we...
Bumps [axios](https://github.com/axios/axios) from 0.26.0 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...
Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0. Commits 808f499 Merge branch 'release/4.2.0' d5af3ae Update release notes. 9496e07 Bump version. 421dd53 Change default hash algorithm and iteration's for PBKDF2 to prevent weak...
After generating a node from a swagger file with nodered generator and when i try to execute a POST request from the new node, i get the following error: "TypeError:...