1.1.1 • Published 3 months ago

colormeshop-js v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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.1

3 months ago

1.1.0

3 months ago

1.0.0

3 months ago

0.4.1

1 year ago

0.3.2

1 year ago

0.4.0

1 year ago

0.3.3

1 year ago

0.3.0

2 years ago

0.3.1

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago