merchi_sdk_ts
v1.0.43
Published
Merchi's cart
Downloads
498
Readme
merchi_cart
Merchi's cart
Table of Contents
Installation
npm install merchi_sdk_ts
or
yarn add merchi_sdk_ts
Usage
The sdk by default is set up to make request to the Merchi production server 'https://api.merchi.co/'.
You can set the API URI by setting process.env.MERCHI_BACKEND_URI
in your environment or window.merchiBackendUri
on the client.