getManifest(DOMString unique_name, Function callback)
Get the manifest of an application or a spacelet.
Parameter | Description |
---|---|
unique_name | Unique name of an application or a spacelets. |
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 | The manifest object of the application or spacelet containing the fields a spaceify.manifest can be expected to contain. |