watson-developer-cloud / node-red-node-watson

A collection of nodes for the IBM Watson services
Apache License 2.0
82 stars 86 forks source link

Added Json payload option on discovery service #367

Closed corodrigues closed 6 years ago

corodrigues commented 6 years ago

If checked, the discovery service will receive the Json object from the msg.payload, avoiding a [Object Object] on the discovery collection. Usable when you are working between cloud databases.

corodrigues commented 6 years ago

Closing this pull for some fixes, I'll reopen that after some tests.