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