0.0.2 • Published 4 years ago
@labdao/openlab-applayer-client v0.0.2
@labdao/openlab-applayer-client
OpenLab application layer REST API client.
!! NOTE: under active development, please wait until the first release to use this package
Compatibility
The module should work in the following environments:
Environment
- Node.js
- Webpack
- Browserify
Language level
- ES5 - you must have a Promises/A+ library installed
- ES6
Module system
- CommonJS
- ES6 module system
It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved via package.json. (Reference)
Installation
navigate to the folder of your consuming project and run one of the following commands.
published:
npm install @labdao/openlab-applayer-client@0.0.1 --saveunPublished (not recommended):
npm install PATH_TO_GENERATED_PACKAGE --save