Description

The Sky Event API is used to raise events to the pico engine. Because the Sky API has the concept of unique entity identity built into the API, each event raised using the Sky API is raised on behalf of a particular entity. This concept enables personal event networks. The Sky API follows the Evented API specification. The API implements event signal URLs (ESLs). 

Event Schema

The event schema includes the following components:

Event Signal URL (ESL)

The components of the event are encoded in an event signal URL as follows:

The schema is either http or https. The HTTP call may be either a POST or a GETPOST is preferred.

The path is encoded as follows:

  /sky/event/<eci>/<eid>/<domain>/<type>

If you choose to not provide an <eid> in this form, you can supply none as the EID to force the engine to generate a unique EID for the event.  

  /sky/event/<eci>/none/<domain>/<type>

Status 

Active