Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
54 lines (37 loc) · 1.46 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.46 KB

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