Delivery / @fjell/client-api

Call the domain from a frontend

Client wrappers for primary, contained, and aggregate item access patterns.

How to use it

Client wrappers for primary, contained, and aggregate item access patterns.

Minimal project sample

const api = new ClientApi({ baseUrl:"/api" });
const users = api.getPrimaryItemAPI("user");
const user = await users.get({ kt:"user", pk:"u-1" });

Where it connects

This component participates in the Fjell workflow as a delivery layer. See the complete relationship map and sample application to understand its neighbors.

See architecture → See sample app →