Skip to content

Client guides

These guides cover the browser-neutral @pbvex/client client. For framework bindings, see the React guides and Svelte guides.

Topics

Core concepts

  • Generated API references live in pbvex/_generated/api.ts and are imported as FunctionReference objects.
  • Client is the single entry point for HTTP calls and SSE realtime subscriptions.
  • PBVexClient is a compatibility subclass of Client.
  • All calls are Promise-based and use AbortSignal for cancellation.

Generated API reference. Source of truth is the codebase.