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

in Node red, we use swagger, in the "Docs", Responses -> Properties -> Type it is limited to simple types(string, number, integer, boolean, array), do not it support an object?...

When HTTP In and HTTP Response nodes are included in a "sub flow", Swagger doc generation is failing with the following error in the log at line 132 in swagger.js....

I have swagger UI on other server and I try to link with my node-red swagger API but CORS headers are not found on /http-api/swagger.json ``` curl -I http://myhost:1880/http-api/swagger.json HTTP/1.1...

Hi First of all I would like to compliment you with the swagger plugin, great tool simple to use and worked in one go. On thing I did not see......

Added russian translation. Fixed error for non-english locale: Error: ENOENT, stat '/Users/me/WebstormProjects/my-project/node_modules/node-red-node-swagger/swagger/locales/ru-RU/swagger.json' at Error (native)

I have multiple flows and multiple json files. I would like to get basePath, info from the flow itself. Is this possible? I do not want to edit swagger.json or...