Expand description
Client layer (3a of ADR-0008) — the DspClient trait and its HTTP impl.
The trait is the primary test seam (T2 from ADR-0009): production wires
up the HTTP impl, action tests wire up MockDspClient. Translation
between DSP-API vocabulary (ontology, class, property) and dsp-cli
vocabulary (data-model, resource-type, field) happens here and only
here — see docs/dev/domain-language.md.
Modules§
- http
- HTTP
DspClientimplementation — realreqwest::blockingclient.
Traits§
- DspClient
- The
DspClienttrait. Methods are added as commands need them.