restpki-client
Version:
Classes to consume Lacuna Software REST PKI
23 lines (16 loc) • 615 B
Markdown
REST PKI client lib for Node.js
===============================
This library contains classes that encapsulate the calls to the REST PKI API.
The recommend way to install **Rest PKI Client Lib** is through [npm](https://www.npmjs.com/):
$ npm install restpki-client
Or informing on your project's `package.json` file:
{
...
"dependencies": {
"restpki-client": "2.4.0-rc1"
}
}
Samples
-------
Please visit the [REST PKI samples repository](https://github.com/LacunaSoftware/RestPkiSamples/tree/master/NodeJS)
for examples on how to use this library.