Hi,
I’m using the REST API of couch base lite, with the Mac Build downloaded from the site.
I create a design doc exactly has described here (language javascript) :
http://developer.couchbase.com/documentation/mobile/1.1.0/develop/references/couchbase-lite/rest-api/design-document/put---db--_design--design-doc-/index.html
When i try to get the result like here:
http://developer.couchbase.com/documentation/mobile/1.1.0/develop/references/couchbase-lite/rest-api/design-document/get---db--design--design-doc--view--view-name-/index.html
… i have the following response :
{“status”:501,“error”:“unimplemented”}
I have linked javascripCore in my project.
ps: just tried with version 1.2, same result
Any idea ?
Thanks a lot
rodolphe