Description
src/client.ts is the primary entry point for SDK consumers, but the SplitClient class methods lack JSDoc. This forces new integrators to read the source to understand how to use the SDK, increasing time to integration.
Acceptance Criteria
Context
- Target file:
src/client.ts
- Documentation only; no method signatures or behaviors may change
Description
src/client.tsis the primary entry point for SDK consumers, but theSplitClientclass methods lack JSDoc. This forces new integrators to read the source to understand how to use the SDK, increasing time to integration.Acceptance Criteria
SplitClienthas a JSDoc block with@param,@returns, and@throwstags@exampleblock/** @internal */tags)Context
src/client.ts