> 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. For more options, visit https://groups.google.com/d/optout.
