Confirmed users
358
edits
(Created page with "== Summary == This is a working proposal for the PICL Storage API to store and retrieve simple objects called Basic Storage Objects, which are organized into named collections. ...") |
No edit summary |
||
| Line 2: | Line 2: | ||
This is a working proposal for the PICL Storage API to store and retrieve simple objects called Basic Storage Objects, which are organized into named collections. It is based on the [https://docs.services.mozilla.com/storage/apis-2.0.html Mozilla SyncStorge 2.0 API] with some simplifications. | This is a working proposal for the PICL Storage API to store and retrieve simple objects called Basic Storage Objects, which are organized into named collections. It is based on the [https://docs.services.mozilla.com/storage/apis-2.0.html Mozilla SyncStorge 2.0 API] with some simplifications. | ||
This will *not* be the final protocol used by PICL. It is an attempt to re-use existing protocol work to enable rapid early iteration. | |||
| Line 20: | Line 22: | ||
<tr><td>deleted</td><td>false</td><td>bool</td><td>Whether this object is deleted.</td></tr> | <tr><td>deleted</td><td>false</td><td>bool</td><td>Whether this object is deleted.</td></tr> | ||
</table> | |||
== Collections == | == Collections == | ||