Javascript SDK for the browser and node, written in TypeScript.
Full TypeDoc reference is available here .
Required:
[x] NodeJS >=6.2.2
Clone repo then execute:
npm install
For tests you'll have to add following environment variables, you can add them to your bash_rc ou bash_profile file:
export ILAND_USERNAME="<Production_username>"
export ILAND_PASSWORD="<Production_password>"
export ILAND_CLIENT_ID="<Client_ID>"
export ILAND_CLIENT_SECRET="<Client_secret>"
To run tests:
npm run test