We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setup:
$ kivik put http://admin:abc123@localhost:6004/foo/_design/foo -d '{"views":{"bar":{"map":"function(doc) { emit(null, 1); }","reduce":"function(sum, values) { return sum(values); }"}}}' 1-6e5c284916ef27f11c2cba51a3522b58
Command:
$ kivik get http://admin:abc123@localhost:6004/foo/_design/foo/_view/bar Error: Not Found: missing
But curl:
$ curl -X GET http://admin:abc123@localhost:6004/foo/_design/foo/_view/bar {"rows":[ {"key":null,"value":null} ]}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Setup:
Command:
But curl:
The text was updated successfully, but these errors were encountered: