Releases: kmi/node-red-contrib-swagger
Releases · kmi/node-red-contrib-swagger
Swagger Node for NodeRed v0.3.1
Better handling of exceptions when:
- Creating clients to APIs
- Receiving input from clients or Web APIs
Swagger Node for NodeRed v0.3.0
Main enhancements in this new version:
- This release circumvents the incompatibility between the swagger-client and orion library used by the function node
- Adds further resilience to deal with Web APIs that are not accessible when NodeRed is launched.
Swagger Node for NodeRed v0.3.0
This release provides the following main features:
- Parsing and invoking Swagger 1.0+ description
- Content negotiation both for Request and Response content types
- Authentication via Basic HTTP Auth and API Key
- Invocation of APIs (except those with other non-supported authentication mechanisms).