@labdao/openlab-applayer-client
v0.0.2
Published
browser + node API client for OpenLab application layer REST APIs
Downloads
15
Maintainers
Readme
@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/[email protected] --save
unPublished (not recommended):
npm install PATH_TO_GENERATED_PACKAGE --save