Skip to content
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

Provide access to _changes endpoint #12

Open
ryanjyoder opened this issue Mar 30, 2017 · 1 comment
Open

Provide access to _changes endpoint #12

ryanjyoder opened this issue Mar 30, 2017 · 1 comment

Comments

@ryanjyoder
Copy link
Contributor

API should provide access to the _changes endpoint.
http://docs.couchdb.org/en/2.0.0/api/database/changes.html

Here's my first crack at it. Thoughts?
https://github.com/ryanjyoder/couchdb/tree/add_changes_endpoint
https://github.com/ryanjyoder/couchdb/blob/add_changes_endpoint/changes.go (most change here)
Alternatively this logic could be added directly to Database?

@zemirco
Copy link
Owner

zemirco commented Mar 30, 2017

good point 👍

I once wrote the follow package but nowadays I think it doesn't make sense to have this features in a separate package. Will move the feature into this couchdb package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants