The SkyVault Appcelerator API exploses a number of key services and
objects.
The main elements to understand in using the API are services, objects and events. Each service usually features at least one primary object. For example the Tagging Service deals mostly with Tag objects. The DocumentFolderService deals primarily with Document and Folder objects.
When interacting with services, results are typically returned via events. Interest in a particular event can be indicated by registering a suitable event hander for that event. Event handlers are JavaScript functions.