couchdb - Couchbase Lite iOS: CouchCocoa's unversionedURL and CouchbaseLite's bodyURL, are they same? -
i've been working on couchbase-lite (aka touchdb) ios app. meanwhile, trying figure out what's new in cbl , faced following question:
@property (readonly) nsurl* bodyurl;
//cblattachment
and
@property (readonly) nsurl* unversionedurl;
//couchattachment
are these same? if not, what's alternative unversionedurl in new couchbaselite?
i'm newbie touchdb, appreciate help.
after few experiments, i've found out couchbase-lite's bodyurl looking for. there minor differences between url string returned unversionedurl , bodyurl result same. go ahead , replace unversionedurl bodyurl :)
Comments
Post a Comment