An interface to various data stores, defining common scala case classes corresponding to JSON objects and XML nodes, with helpful methods to (de)serialize such objects.
- Use sbt command
release
to publish to maven repos. - You should be able to use it roughly immediately; and after many hours you should see at maven repo listings here.
curl -X PUT http://vedavaapi.org:5984/_users/org.couchdb.user:abc
-H "Accept: application/json"
-H "Content-Type: application/json"
-d '{"name": "abc", "password": "something", "roles": [], "type": "user"}'