1.1.1 • Published 5 years ago

mage-sdk-js v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

MAGE SDK (Web)

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 and module.exports).

Compatibility

This version of mage-sdk-js works with MAGE >=1.1.0.

Installation

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.

Read more