blockdemy-certs
v0.1.6
Published
A client to communicate with the Blockdemy Certs application API and handle file certifications
Downloads
3
Maintainers
Readme
const Certs = require('blockdemy-certs');
// Instantiate the certs client using your API Key from the platform
const certs = new Certs(APIKey);
// Use the methods available to get info for your organization
const myOrganizationDocuments = await cert.getDocuments();
$ npm i blockdemy-certs
$ yarn add blockdemy-certs
This project is licensed under the MIT License