How can I retrieve a couchDB document with certain revision? I am using Ektorp 1.2.2
API for Android
.
I just want to pass the docId and revision number somewhere to access a particular document's revision.
I am not getting exact procedure to do that anywhere, How can I achieve this?
If you know the revision you can load it like this:
This will work provided that your revision is still in the db...