3.0.3 • Published 2 years ago
inscribe-node v3.0.3
Inscribe Node Library
Breaking Changes
From v3.0.0 onwards, the following API token formats have been removed:
1. Supplying an apiKey and secretKey.
From v3.0.0 onwards, you must supply a secretToken which is supplied to you on creation of an API token.
Installation
npm install --save inscribe-node- Import Module:
const InscribeAPI = require('inscribe-node')
Getting Started
We have extensive documentation available here along with an example here to get started.
Development
git clone git@github.com:InscribeAI/inscribe-node.gitcd node && npm inpm run buildto build.
Testing
npm test