You are here

API guide

SkyVault Community Edition supports a range of APIs (Application Programming Interfaces) to enable developers to write applications that access the repository, both on-premise and cloud.
Important: Any APIs not covered by this documentation are unsupported and subject to significant change.

SkyVault Community Edition provides a wide range of APIs.

The following diagram illustrates the key APIs:

There are three different kinds of customizations that you can build for SkyVault Community Edition. Platform embedded extensions, Share embedded extensions, and remote extensions, also referred to as integrations.

On the platform (server side) you can add Java code and JavaScript code to extend the platform with new custom functionality such as Java Services, repository web scripts, actions, scheduled jobs and more. These extensions are embedded in the Platform application and run in the same JVM as the Platform. When developing platform extensions you use the Public Java APIand the Repository JavaScript API and Repository Freemarker Template API.

On the web client side you can extend SkyVault Share with new pages, dashlets, document library actions and more. These extensions are embedded in the Share application and run in the same JVM as SkyVault Share. When developing Share extensions you use the Aikau Widget and Services Reference/API and the Spring Surf API.

Finally, you can also build stand-alone applications and web clients that talk to the repository remotely. These integrations will use the REST API.

The following sections give you a brief overview of the APIs, their use cases, and links to further information.