node-red / node-red-node-swagger

A set of tools for generating Swagger api documentation based on the HTTP nodes deployed in a flow
Apache License 2.0
62 stars 47 forks source link

Add swagger metadata generation node #1

Closed codymwalker closed 9 years ago

codymwalker commented 9 years ago

Adds the ability to provide metadata for HTTP In nodes. The implemented swagger generation will parse the attached metadata and add to the swagger doc available at ./http-api/swagger.json

drwoods commented 9 years ago

+1

knolleary commented 9 years ago

Same comment as the accompanying PR in node-red/node-red - we use spaces not tabs for indentation. Will merge, but please watch out for that in the future.

codymwalker commented 9 years ago

Will make sure the indentation is converted to spaces as I take a look at the other issues opened regarding swagger.