Skip to content

Awk34/inin-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Intelligence Purecloud Node.js SDK

Build Status

Usage

npm install --save inin

var inin = require('inin');

inin.login('[email protected]', 'password').then(function() {
    inin.createUser({
        email: '[email protected]',
        name: 'User Name',
        phone: '3172222222',
        password: 'password'
    });
});

Developing

npm install

To run tests, gulp test from project root

About

Interactive Intelligence Purecloud Node.js SDK

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors