cloudhub-client
v1.0.1
Published
A client library for Lacuna's CloudHub API in Node.js
Readme
Cloudhub client lib for Node.js
This library contains classes that encapsulate the calls to the Cloudhub API.
The recommend way to install Cloudhub client library is through npm:
$ npm install cloudhub-clientOr informing on your project's package.json file:
{
...
"dependencies": {
"cloudhub-client": "1.0.1"
}
}Samples
Please visit the PKI Suite Samples repository for examples on how to use this library.
