Skip to content
quartzjer edited this page Jan 21, 2012 · 3 revisions

The core of the locker is communicated with in a REST like fashion. By default the listener is localhost only on port 8042.

Dashboard

  • / - Retrieve the user interactive dashboard.

Services

  • /map - Retrieve a map of the available and installed services.
  • /providers - Find services that provide certain types.

Scheduling

  • /svcId/at - Schedule a callback to a service URL.

Push

  • /push/:id - Push any data generically into the Locker.

Events

Events provide a mechanism for services to use a push API and respond to activities of other services.

Keychain

A permissioned auth credential key-value store.

Proxying

  • /Me/* - Proxy requests to an installed service.
Clone this wiki locally