UNPKG

alfresco-js-api

Version:

JavaScript client library for the Alfresco REST API

19 lines (18 loc) 1.04 kB
{ "name": "activiti-public-rest-api", "version": "1.4.0", "description": " The Alfresco Activiti BPM Suite comes with a REST API. It includes both an Enterprise equivalent of the Activiti Open Source REST API exposing the generic Activiti Engine operations, and a dedicated set op REST API endpoints specific for the functionality in the Alfresco Activiti BPM Suite. Note that there is also an 'internal' REST API, which are the REST endpoints used by the Javascript UI. It is advised not to use this API, these REST API urls and way of using it will change and evolve with the product and are unsupported. The supported API is stable. Also, the internal REST API uses a different authentication mechanism tailored towards web browser usage. ", "license": "Apache-2.0", "main": "src/index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha --recursive" }, "dependencies": { "superagent": "1.7.1" }, "devDependencies": { "mocha": "~2.3.4", "sinon": "1.17.3", "expect.js": "~0.3.1" } }