Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.
/ alfresco-js-api Public archive

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

License

Notifications You must be signed in to change notification settings

Alfresco/alfresco-js-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5bba838 · Feb 8, 2024
Feb 8, 2024
Nov 29, 2017
Sep 27, 2023
Nov 7, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Oct 18, 2019
May 28, 2021
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Aug 30, 2023
Jun 14, 2016
Jan 30, 2024
Apr 20, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023

Repository files navigation

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