remotestorage / remotestorage.js

⬡ JavaScript client library for integrating remoteStorage in apps
https://remotestoragejs.readthedocs.io
MIT License
2.31k stars 141 forks source link

UJJP 0.2 and 0.3 should be RESTful #6

Closed ozten closed 13 years ago

ozten commented 13 years ago

Outside of the wiki, I've edited the UJ-0.2 Protocol after having a look at 0.1, the REST verb wikipage.

Changes: Added the concept of an endpoint, so a single server can host multiple instances of unhosted storage nodes.

Pushed the different UJJP methods into HTTP methods plus URI path elements. Pushed user and key into the URI path (and out of reqeust properties).

Clarified HTTP Methods vs UJJP Methods.

please see:

DanielG commented 13 years ago

Looks good to me, I think you can just apply it to the wiki if you want. Thats what it is for anyways.

ozten commented 13 years ago

Done.