Files
alfresco-ng2-components/lib/js-api
Vito Albano d230176e7f AAE 38257 fixing js-api deps and bump some security versions (#11203)
* [AAE-38257] - removing superagent deps

* [AAE-38257] - removing superagent deps
2025-09-17 13:36:35 +01:00
..
2025-09-16 11:31:07 +01:00
2024-10-23 15:23:38 +01:00
2025-02-12 11:58:57 +00:00
2025-02-12 11:58:57 +00:00

Alfresco JavaScript API

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

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