Skip to content

ContentClient

ContentClient = object

readonly baseUrl: string

Origin only, for messages that need to say where writes are landing.

request(method, path, body?): Promise<unknown>

HttpMethod

string

unknown

Promise<unknown>