getApplicationData(Function callback)
Get information about all the installed applications.
Parameter | Description |
---|---|
callback | User defined callback function that is called after the response is available. |
After the response is available the callback function is called with two arguments: callback(err, data).
Argument | Type | Desription |
---|---|---|
err | JSON Object | An error_object or null if no error occured. |
data | JSON Object | An object of application and spacelet manifests. |
The object contains the application and spacelet manifests in separate arrays by type.
{ "sandboxed": [], "spacelet": [], "sandboxed_debian": [], "native_debian": [] }
The manifest of the application or spacelet containing the fields a spaceify.manifest file can be expected to contain.