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

Visual recognition ignores 'Accept-Language' parameter #167

Closed jaumemir closed 8 years ago

jaumemir commented 8 years ago

Assuming Visual Recognition reference API is: https://watson-api-explorer.mybluemix.net/apis/visual-recognition-v3#!/visual-recognition/get_v3_classify

The node-red module implementation does not implement msg.params["Accept-Language"] = "es", which is supported by the API.

chughts commented 8 years ago

Fixed in #171, incorporated into release 0.4.9