You are here

Client API

The section of the documentation describes the SkyVault Mobile SDK Client API for iOS.

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
  4. Utils
  5. FileManager

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. Model objects are serializable since SDK version 1.1.

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