On Mar 5, 2014, at 6:06 AM, Sebastien Flaesch <[email protected]> wrote:
> Reading that documentation, I did not found how to send HTTP requests to the > local Couchbase lite > software component of a mobile application... Get the internalURL property of the CBLManager instance, which is the root URL of the REST API, and then send requests to it. > 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.html > Or is this only for Couchbase server client programming? That's for Couchbase Server. Completely different API, used for writing app servers. I don't really understand what you want. You want to use C, but talk to the internal REST API? Why? I mean, you can, but it's going to take a lot of code and be lower performance than using the native APIs... --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/413D105F-5020-4B96-9F99-F00FE7B81632%40couchbase.com. For more options, visit https://groups.google.com/groups/opt_out.
