apache / openwhisk-catalog

Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
https://openwhisk.apache.org/
Apache License 2.0
33 stars 49 forks source link

Add a new Sample - Cloudant #168

Closed pritidesai closed 7 years ago

pritidesai commented 7 years ago

Add few sample actions showing how to create a new document, read a doc, update a doc, etc.

csantanapr commented 7 years ago

If you want see sample code on how to use the cloudant service from an OpenWhisk action you can take a look at this repo: openwhisk-package-cloudantactions/ It contains multiple examples on working with documents like, read, delete, update, etc.. Here is one specific on create document create-document.js

rabbah commented 7 years ago

@csantanapr I don't necessarily disagree with closing this issue but please see @pritidesai's comments in #169.

csantanapr commented 7 years ago

yep, I saw first #169, I was the one who edited the original comment and added the "#" to make the link to this issue.