-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow actions to accept db protocol as parameter #177
Comments
While, I also notice this package cannot manage those Cloudant db which doesn't support |
I do not follow your original comment about changesWebAction. I agree with you about the hardcoded files for the other actions. I use couchdb with http for the changes action and it works fine. |
@jasonpet, you are right. My original comment was wrong. changesWebAction works fine for couchdb with http. I will change the title and description to highlight the hardcoded files. BTW, |
@daisy-ycguo - please feel free to submit a PR to update the documentation or a fix for this |
In the
database-actions
,https
is hard coded in the source code. (see a sample here) So alldatabase-actions
cannot support databases which accepthttp
connection only.Adding a new parameter
protocol
todatabase-actions
can resolve this issue.The text was updated successfully, but these errors were encountered: