Skip to content

(Core API) keychain put

smurthasmith edited this page Apr 24, 2011 · 4 revisions

Retrieves an object that contains lists of all of the available and all of the installed services.

Method: POST

Arguments: None

Result Content-Type: application/json

Result: A JSON object with two properties available and installed. available is an Array of service info objects giving full definitions of the available services. installed is an object mapping instance ids to service info objects. The installed service info objects contain extra information from the installation process.

Result Example:

Clone this wiki locally