HTTP and services
Choose a skill from the task’s inputs and outputs. An application can compose packages while keeping each change focused on one responsibility.
| Task | Skill | API reference |
|---|---|---|
| HTTP clients | $fetcher-integration | fetcher |
| Declarative services | $fetcher-decorator-service | decorator |
| Event delivery | $fetcher-eventbus | eventbus |
| Stored values | $fetcher-storage | storage |
Provide this context
Base URL, existing named/direct Fetcher, request and response shapes, header ownership, timeout and cancellation requirements. For events or storage, specify lifetime and whether other tabs must participate.
Review the result
Check public imports, complete examples, failures and cleanup. Run package tests or actual generation for the affected behavior; inspect component interactions in a browser. Type-checking does not prove server protocol compatibility.
