You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: