@hemergy/sdk
v0.3.0
Published
Node.js library to communicate with hemergy core API.
Downloads
55
Keywords
Readme
@hemergy/sdk
Node.js library to communicate with hemergy core API.
Usage
const { SDK } = require('@hemergy/sdk');
const sdk = new SDK({ apiKey, apiSecret, apiUrl });
sdk.request({ method, path, body }).then(console.log).catch(console.error);
