Hello,
I am new to Couchbase so forgive me for this question if it's obvious:
Couchbase lite supports RESTful API as described here:
http://docs.couchbase.com/couchbase-lite/cbl-api/Reading that documentation, I did not found how to send HTTP requests to the local Couchbase lite
software component of a mobile application...
I found the doc about PhoneGap, but if I understand correctly, this is a complete framework/container?
I do not want to use the "Native APIs" (Java / Objective-C) ...
Is there no low-level way, using the C SDK for example?
http://www.couchbase.com/autodocs/couchbase-c-client-2.2.0/lcb_make_http_request.3couchbase.htmlOr is this only for Couchbase server client programming?
Not quite clear if the "SDKs" apply to Couchbase server programming, Couchbase lite or both...
Thanks!
Seb