Skip to content

JavaScript client for ColorMeShop API | カラーミーショップAPIのJavaScriptクライアント

Notifications You must be signed in to change notification settings

ryhrm-gz/colormeshop-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JavaScript client for ColorMeShop API | カラーミーショップAPIのJavaScriptクライアント

Resources

Stars

Watchers

Forks

Packages

No packages published