Skip to content
tracend edited this page Oct 9, 2012 · 13 revisions
crudr.connect('api_key', options, callback);

Apart from subscribing to messages you can store them automatically in a variety of key-value stores

URL schema

following the regular conventions to map CRUD to REST operations:

POST  	/crudr/:domain/:id
GET  	/crudr/:domain/:id
PUT  	/crudr/:domain/:id
DELETE 	/crudr/:domain/:id

:domain can be identical to a backend defined in the configuration or a substring of a backend following the syntax:

backend = name_domain
Clone this wiki locally