Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated service API

...

Returns an XML representation of the set of available widgets. Note that this does not require an API key. If the "all=true" parameter is omitted, the list only contains the default widgets for defined service types.

GET {wookie}/widgets/{service_name}

Returns an XML representation of the set of widgets that belong to the given service_name. For example, all widgets categorized as "weather". (See issue WOOKIE-10)

GET {wookie}/widgets/{id}

Returns an XML representation of the widget with the specified id. Note that in the current release this is the actual database key; future releases should implement this using the widget URI as the id.

Services

GET {wookie}/services

Returns all services and their default widgets. NOT YET IMPLEMENTED.

GET {wookie}/services/{

...

service_name}

Returns XML representation of a service and the service specified by service_name and the widgets associated with the service it. NOT YET IMPLEMENTED.

Participants

A Participant consists of a participant_display_name, participant_id, and participant_thumbnail_url. Participants are always defined in relation to a specific Widget Instance; requests affecting one Participant have no effect on Participants associated with other Widget Instances.

...