Sign In

cloudelements

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudelements

A connection client for Cloud Elements services.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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);
});

FAQs

Package last updated on 31 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts