framework
Installation
SKILL.md
Framework – HTTP / config / transport – Contentstack Management JavaScript SDK
When to use
- Changing
lib/core/request behavior: retries, base URL, interceptors, concurrency, OAuth helpers. - Debugging HTTP-level issues (429, timeouts, headers).
Instructions
The SDK isolates HTTP and cross-cutting behavior under lib/core/. Use this when changing requests, retries, auth headers, or queueing — not when only adjusting a single stack resource’s URL path.