-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
simple10 edited this page Feb 20, 2013
·
7 revisions
- pub/sub callbacks for data changes
- remoteStorage support
- Singly data collector
- OAuth2 provider
- OAuth2 UI
- multi-database sharding support
- master/master database support
- data schemas
- session support
- example apps
- XDI discovery
- XDI events
- data syncing between clouds
- UX flows for data sharing/syncing authorization
Add flag to cloudstore PUT to recurse object?
PUT /users/a?parse=true
{
"name": "Some Name",
"email": "[email protected]"
}
Data becomes accessible as /users/a/[name,email]