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 filtering and status icons for non-swagger endpoints when swagger plugin is enabled. #19

Closed codymwalker closed 9 years ago

codymwalker commented 9 years ago

I've added a help block to the swagger tab. If a user does not have any flows that qualify for swagger doc per the filtering in this pr, a div shows that explains what the swagger plugin is and how to get started. As soon as one api is included in swagger doc, this div is hidden.