http://developer.couchbase.com/mobile/develop/guides/couchbase-lite/native-api/document/index.html
The "resolving conflicts" section here is what I'm talking about. -j On Thu, Apr 30, 2015 at 12:21 AM Jens Alfke <[email protected]> wrote: > > On Apr 29, 2015, at 7:41 PM, Jeremy Kelley <[email protected]> wrote: > > So my question - is there a way I can reconcile conflicts in the sync > gateway via API? I did a quick search of the python api lib and didn't see > anything related to conflicts. > > > Not sure what Python library you’re talking about (a CouchDB client?), but > the SG REST API lets you do can do anything a client can. Resolving > conflicts is just creating new revisions using PUT and DELETE. > > —Jens > > -- > You received this message because you are subscribed to the Google Groups > "Couchbase Mobile" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mobile-couchbase/A78D629E-14D0-43EC-A1D6-89DF978972A6%40couchbase.com > <https://groups.google.com/d/msgid/mobile-couchbase/A78D629E-14D0-43EC-A1D6-89DF978972A6%40couchbase.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/CAN8S9iLuxEGS1rJDKp69uJZ5K4UTtbtwS-sZphEtuLDrgzdsVg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
