openwhisk-package-cloudant
openwhisk-package-cloudant copied to clipboard
Refactor action names and update document
The are a few actions that are not documented but installed.
I think it would be better to rename some of the actions to be nounVerb
For example:
read-document -> documentRead
delete-document -> documentDelete
read-attachment -> attachmentRead
etc..
After this rename we can update the docs to for the actions, and list the old ones as deprecated, having both install for a while.
Related to, here you can find a draft for the documentation for the other docs: https://github.com/IBM-Bluemix/docs-staging/pull/348