0.5.0 • Published 6 months ago

@viur/viur-shop-client v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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 --save

This 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

MIT

0.5.0

6 months ago

0.4.1

7 months ago

0.4.0

7 months ago

0.3.0

9 months ago

0.2.0

11 months ago

0.1.0

11 months ago

0.1.0-dev.9

1 year ago

0.1.0-dev.8

1 year ago

0.1.0-dev.7

1 year ago

0.1.0-dev.6

1 year ago

0.1.0-dev.5

1 year ago

0.1.0-dev.4

1 year ago

0.1.0-dev.3

1 year ago

0.1.0-dev.1

1 year ago

0.1.0-dev.2

1 year ago

0.1.0-dev.0

1 year ago