0.1.0-dev.4 • Published 2 years ago
@viur/viur-shop-client v0.1.0-dev.4
Usage
// Client use
const sc = new ViURShopClient();
sc.cart_list()
.then(payload => {
for (let root_node of payload) {
console.debug(root_node);
// [...]
}
});Installation
Download node at nodejs.org and install it, if you haven't already.
npm install @viur/viur-shop-client --saveThis package is provided in these module formats:
- CommonJS
Documentation
You can find the documentation at viur-framework.github.io/viur-shop-client (WIP).
We're following JSDoc.
License
0.5.0
1 year ago
0.4.1
1 year ago
0.4.0
1 year ago
0.3.0
1 year ago
0.2.0
2 years ago
0.1.0
2 years ago
0.1.0-dev.9
2 years ago
0.1.0-dev.8
2 years ago
0.1.0-dev.7
2 years ago
0.1.0-dev.6
2 years ago
0.1.0-dev.5
2 years ago
0.1.0-dev.4
2 years ago
0.1.0-dev.3
2 years ago
0.1.0-dev.1
2 years ago
0.1.0-dev.2
2 years ago
0.1.0-dev.0
2 years ago