basmilius-http-client
Installation
SKILL.md
Bas Milius http-client
@basmilius/http-client is a typed HTTP client for Vue 3. You model every
payload and response body as a @dto class, every endpoint group as a
BaseService subclass, and translate raw JSON to DTOs through a static
@adapter. This skill encodes the model and the traps; exhaustive signatures live
in references/reference.md and worked code in references/patterns.md.
The data flow is one line: service method -> RequestBuilder -> fetch ->
JSON -> adapter -> DTO -> BaseResponse.