apache / apache/openwhisk-package-cloudant
Allow actions to accept db protocol as parameter
Open
- Dominant language
- Scala
- Stars
- 17
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
In the `database-actions`, `https` is hard coded in the source code. (see a [sample](https://github.com/apache/incubator-openwhisk-package-cloudant/blob/master/actions/database-actions/create-document.js#L85) here) So all `database-actions` cannot support databases which accept `http` connection only.
Adding a new parameter `protocol` to `database-actions` can resolve this issue.
Contributor guide
Assessment
This issue has not been assessed yet.