colormeshop-js
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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
});

Package Sidebar

Install

npm i colormeshop-js

Weekly Downloads

20

Version

1.1.2

License

MIT

Unpacked Size

497 kB

Total Files

35

Last publish

Collaborators

  • ryhrm-gz