This is the official MAGE SDK for web browsers.
- Completely written in ES5 to be compatible with the widest range of browsers.
- Uses CommonJS (
require()
calls andmodule.exports
).
This version of mage-sdk-js
works with MAGE >=1.1.0.
npm install --save mage-sdk-js
You can install some official MAGE client modules (client-side counterparts to server modules) via NPM as well:
npm install --save mage-sdk-js.session
npm install --save mage-sdk-js.logger
npm install --save mage-sdk-js.time
npm install --save mage-sdk-js.archivist
You can find all available MAGE client modules on NPM.