This package has been deprecated

Author message:

Package moved to node-bugcatcher

sohotokenlabs-api

1.0.20 • Public • Published

SoHo Token Labs Client API Library

WIP Badge WIP Badge

Installation & Common Usage

1 - Install package

npm install sohotokenlabs-api

2 - Configure module to work with desired environment

const sohotokenlabs = require('sohotokenlabs-api')
const api = sohotokenlabs('https://api.bugcatcher.sohotokenlabs.com')

3 - Consume API endpoints through the initiated NPM package

const { stlId } = await api.postCode({
  "name": "/my/cryptocurrency/project",
  "code": "data:application/octet-stream;base64,U1RMIFJvY2tzIQ=="
})
const codeDetails = await api.getCode({stlId})

Package Sidebar

Install

npm i sohotokenlabs-api

Weekly Downloads

13

Version

1.0.20

License

ISC

Unpacked Size

17.5 kB

Total Files

6

Last publish

Collaborators

  • retzion