marketplace-sdk
作者: contentstack
Use for Marketplace client behavior, public methods in lib/, and axios/@contentstack/utils usage.
npx skills add https://github.com/contentstack/contentstack-marketplace-sdk --skill marketplace-sdkMarketplace SDK – contentstack-marketplace-sdk
When to use
- Changing how apps authenticate or call Marketplace endpoints
- Updating
@contentstack/utilsoraxiosintegration
Instructions
Layout
- Implementation lives under
lib/; built artifacts underdist/per webpack entry (node, web, react-native, nativescript).
API stability
- Follow semver for published npm package—coordinate breaking changes with Marketplace product/docs.
Boundaries
- Keep HTTP and serialization consistent with Contentstack API expectations; reuse helpers from
@contentstack/utilswhere appropriate instead of duplicating.