JavaScript client API for the Alfresco REST API and Activiti REST API.
IMPORTANT: THE PROJECT HAS MOVED TO THE ADF REPOSITORY
- Authentication Api
- Content Api
- Model Api
- Process Api (AAE)
- Search Api
- Governance Classification Api
- Governance Core Api
- Discovery Content API
- Authentication
- Calling Custom Endpoints
- Error Events
- ECM Examples, full docs: Content API
- BPM Examples, full docs: APS 2.X API
The minimal supported versions are:
- Alfresco Platform Repository: version 5.2.a-EA or newer
- Activiti: 1.5
- Node.js (Long Term Support version)
Using NPM:
npm install @alfresco/js-api
To run the build
npm run build
To run the test
npm run test