You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Axios HTTP layer for the SDK — contentstackHTTPClient, retries, concurrency, plugins, oauth utilities.
Framework skill — HTTP / config / transport
The SDK isolates HTTP and cross-cutting behavior under lib/core/. Read these when changing requests, retries, auth headers, or queueing — not when only adjusting a single stack resource’s URL path.
Concurrency behavior → concurrency-queue.js + options plumbed from client().
Tests
test/unit/ContentstackHTTPClient-test.js, concurrency-Queue-test.js, contentstackError-test.js, Util-test exercise this stack — update or extend when behavior changes.
Rule shortcut
Cursor: .cursor/rules/javascript.mdc for style; CMA usage rules in .cursor/rules/contentstack-javascript-cma.mdc