Get Started
Instalation
For NodeJS
Install module
npm install mixapp --save
And run it in your project
const Mixapp = require('mixapp');
For browser
Download the library lib/browser/mixapp.min.js
and run it in the project:
<script src="js/mixapp.min.js"></script>
SDK Functions
Mixapp.Service([options])
Creates a new service object.
const service = new Mixapp.Service([options])
The optional options parameter specifies the behavior of the service.
Name | Type | Description |
---|---|---|
token | String |
Used to initialize the service with an existing session |
timeout | Integer |
Used to install timeout http requests |