Skip to content

hextrust/HexClientApi

Repository files navigation

HexClientApi

Hex APIs Node JS helper.

For full API specification please contact Hex Trust Ops Team

Client API Docs see ./docs folder

To install:

npm i hex-client-api

To try it out:

const { HexClientApi } = require('hex-client-api');
(async () => {
  const hexClient = new HexClientApi('api-domain', 'api-key-id', 'api secret');
  await hexClient.get('api-route');
})();

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •