@cas-smartdesign/data-access
v5.4.0
Published
A wrapper around the rest api provided via SmartDesign
Downloads
337
Readme
@cas-smartdesign/data-access
A wrapper around the rest api provided via SmartDesign.
Usage
To use, create an instance of ServiceRegistry by calling the create function.
The service registry contains several services whom can be used to create the so
called RequestBuilders. These are implemented as builders but they are also
Promise-like structures, so that one can call then and catch on them.
The package's main entry points to an es5 compatible bundle. The sources (/src/*) and an es6 compatible bundle (dist/es6/*) is also part of the package in order to allow custom bundling and transpiling steps.
API
API documentation can be found in dist/docs folder.
