1.1.2 • Published 10 months ago

colormeshop-js v1.1.2

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

JavaScript client for ColorMeShop API

npm npm npm

ColormeShop API Document: https://developer.shop-pro.jp/docs/colorme-api

How to use

import { getProducts, initializeClient } from 'colormeshop-js';

const client = initializeClient('your-api-key', {
  overrideBaseUrl?: 'https://xxx.xxx.xxx.xxx',
});

const { data, error } = await getProducts(client,{
  limit: 10,
  offset: 0
});
1.1.2

10 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.4.1

3 years ago

0.3.2

3 years ago

0.4.0

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago