Skip to content

Function: createControlPlaneClient()

Generated from SDK v1 (protocol 1) at source revision 97c6bb1. Never edit by hand; run npm run generate:reference.

@muoto/application


createControlPlaneClient(baseURL, fetcher, eventSourceFactory): ControlPlaneClient

Defined in: sdk/client.ts:154

Shared HTTP Control API semantics used by non-web frontends. It exposes no persistence handle and routes every mutation through the public API.

string = "/api"

ControlPlaneFetch = ...

ControlPlaneEventSourceFactory = defaultEventSource

ControlPlaneClient