Oops, when posting made the mistake. sample url goes like -
http://10.10.10.131:8080/testdb/_design/employee/_view/by_username
just to explain a bit on what Im trying to accomplish.
There's a webapp that uses couchDB running on a pc, and i want to have the couchdb running on an ios device, so that the webapp can be ported to run on ios.
Currently the replication process works fine and through the CBL listener I can perform basic operations like-
but the moment I try to access a design/view, it says 501 unimplemented.
Has anyone accessed design/view with couchbase lite through the cbl listener ?
-