framework
Installation
SKILL.md
Framework / HTTP – Contentstack Management Python
When to use
- Editing
contentstack_management/_api_client.pyor OAuth interceptor/handler wiring. - Changing retry policy, timeouts, or how
requestsis invoked.
Instructions
Integration point
_APIClientusesrequestsin_call_request, honors timeout and max_retries, and delegates tooauth_interceptorwhen configured.
When to change
- Retry or transport behavior — keep logic centralized in
_APIClientunless a resource truly needs a documented exception. - Auth headers — prefer extending
Client/user_agentspatterns rather than scattering header merges.