The endpoint is callable (direct HTTP fetch, same as @cleverbrush/web)
and also exposes TanStack Query hooks (useQuery, useMutation, etc.)
as properties on the same object.
Type Parameters
E
An EndpointBuilder instance type.
Example
// Direct fetch consttodos = awaitclient.todos.list();
A single endpoint on the unified client.
The endpoint is callable (direct HTTP fetch, same as
@cleverbrush/web) and also exposes TanStack Query hooks (useQuery,useMutation, etc.) as properties on the same object.