Skip to content
FellowTraveler edited this page Jul 4, 2011 · 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.
  • /install - Install a new instance of one of the available services.
  • /providers - Find services that provide certain types.

Scheduling

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

Diary

The diary is a collection of messages designed to be user legible to help them better understand the underlying functionality of the Locker. For example when a Connector updates it might send a diary entry of how many items were updated.

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