What to build
Every operation in this application routes through the globally configured client rather than passing configuration per call.
This matters beyond tidiness: generated query options build their cache key from the options object, so passing base URL or headers per call would key the cache on request configuration including auth headers.
Acceptance criteria
Blocked by
- Tracer bullet: fetch the current user end-to-end through the new pipeline
What to build
Every operation in this application routes through the globally configured client rather than passing configuration per call.
This matters beyond tidiness: generated query options build their cache key from the options object, so passing base URL or headers per call would key the cache on request configuration including auth headers.
Acceptance criteria
Blocked by