class EndstatePublicClient extends BaseClient
Example
const endstate = new EndstatePublicClient({
publishableKey: publishableKey(process.env.NEXT_PUBLIC_ENDSTATE_KEY),
});
The API with a publishable key. Safe to construct in page source; it can record a tap and nothing else.