@cprice70/etsy-sdk
v0.1.0
Published
Shared Etsy API client and validation for CLI, MCP server, and web app
Downloads
20
Readme
@cprice70/etsy-sdk
Shared Etsy API client and validation library for etsy-cli, MCP server, and web applications.
Installation
npm install @cprice70/etsy-sdkUsage
import { EtsyClient, validatePrice, validateTags } from '@cprice70/etsy-sdk';
const client = new EtsyClient({
clientId: 'your-client-id',
apiKey: 'your-keystring',
sharedSecret: 'your-secret',
accessToken: 'token...',
refreshToken: 'refresh...'
});
const result = await client.call('GET', '/application/listings/123', {});License
MIT
