/alfresco-js-api

This project provides a JavaScript client API into the Alfresco REST API and Activiti REST API.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Alfresco JavaScript API

JavaScript client API for the Alfresco REST API and Activiti REST API.

IMPORTANT: THE PROJECT HAS MOVED TO THE ADF REPOSITORY

API clients documentation

Guides

Prerequisites

The minimal supported versions are:

Installing

Using NPM:

npm install @alfresco/js-api

Development

To run the build

npm run build

To run the test

npm run test