runtime-and-http

Installation
SKILL.md

Runtime & HTTP – Contentstack Dart SDK

When to use

  • Changing how requests are built or executed
  • Working with http, headers, hosts/regions, or error mapping from responses
  • Adjusting runtime dependencies (pubspec.yaml) or environment loading (dotenv)

Instructions

HTTP stack

  • HTTP calls use the http package—keep usage consistent with Dart async/await patterns elsewhere in lib/src/
  • Do not introduce an alternate HTTP client for the same code paths without team agreement

Configuration

  • dotenv is used in tests and may be used for local/dev configuration—never commit real credentials (../testing/SKILL.md)
  • path and file support path handling where needed; keep imports minimal
Installs
1
GitHub Stars
3
First Seen
3 days ago
runtime-and-http — contentstack/contentstack-dart