0.1.1 • Published 10 years ago

cloudelements v0.1.1

Weekly downloads
10
License
proprietary
Repository
github
Last release
10 years ago

Cloud Elements Connector (node.js)

This is the connector library for Cloud Elements in javascript. You can install it into your application like this:

npm install cloudelements

And use it in your code like this:

var ce = require('cloudelements');
var client = new ce.Client('http://my:/url.to/elements/api-v1');
var token = 'my1234token'
client.request('get', 'document', token, 'ping', function(ping) {
  console.log('ping: ', ping);
});
0.1.1

10 years ago

0.1.0

10 years ago