d07f9c8fad
* rework of sdk docs * update integration docs + bit of overall restructure * remove debug logger from tool
5 lines
223 B
Plaintext
5 lines
223 B
Plaintext
# Builder Patterns
|
|
import { Callout } from 'nextra/components';
|
|
|
|
Since there are two ways of creating an SDK client - ephemeral and with-storage - then there are two ways of applying the Builder Pattern to client creation.
|