apache / apache/openwhisk-package-cloudant
Refactor action names and update document
Open
- Dominant language
- Scala
- Stars
- 17
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.