Skip to content

Releases: kmi/node-red-contrib-swagger

Swagger Node for NodeRed v0.3.1

19 Nov 11:47
Compare
Choose a tag to compare

Better handling of exceptions when:

  • Creating clients to APIs
  • Receiving input from clients or Web APIs

Swagger Node for NodeRed v0.3.0

05 Nov 16:01
Compare
Choose a tag to compare

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

05 Nov 16:03
Compare
Choose a tag to compare

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).