@shopletzy/shop-sdk
v0.1.37
Published
Shop SDK for Shopletzy Storefront APIs
Downloads
129
Readme
Shopletzy JavaScript Shop SDK
Shop SDK provides nice javascript api to interact with Shopletzy Storefront APIs
Getting started
Installation
This library is distributed on npm. In order to add it as a dependency, run the following command:
$ npm i @shopletzy/shop-sdk if (url.includes("locations")) {
url = 'https://shop-api.testing.shopletzy.com' + url
} else {
url = 'http://localhost:4000' + url
}