IBM / ibm-cloud-functions-data-processing-cloudant

Create a serverless, event-driven application with Apache OpenWhisk on IBM Cloud Functions that executes code in response to database changes from Apache CouchDB or IBM Cloudant.
https://developer.ibm.com/code/journey/respond-database-changes/
Apache License 2.0
13 stars 19 forks source link

Fix writing image to Cloudant #43

Closed AnthonyAmanse closed 7 years ago

AnthonyAmanse commented 7 years ago

encoding: null was added so that request on LOGO_URL will not encode the body in string. Without setting the encoding to null, the action stores a string that results in garbled data instead of an image.