You are here

Client API

Client API

Client API

The Client API provides a collection of classes and methods for rapidly constructing mobile applications that communicate with SkyVault servers. The Client API is organized into three main groups of functionality:

  1. Session
  2. Services
  3. Model

Session provides a set of classes to connect to both Cloud-based and on-premise servers and manage the sessions created.

Services includes access to the main SkyVault services, such as DocumentFolder Service, Comment Service, and Search Service.

Model provides a set of classes to represent the main SkyVault objects, such as Nodes, Sites, Documents and Repository Information.

The Classes Overview provides a convenient starting point from which to examine the Client API in more detail.