Initialize the SDK with full configuration options
Full SDK configuration including baseUrl, apiKey, and optional retry settings
import { initSDK } from "@cpod/sdk";initSDK({ baseUrl: process.env.NEXT_PUBLIC_CPOD_BASE_URL!, apiKey: process.env.CPOD_API_KEY,}); Copy
import { initSDK } from "@cpod/sdk";initSDK({ baseUrl: process.env.NEXT_PUBLIC_CPOD_BASE_URL!, apiKey: process.env.CPOD_API_KEY,});
Initialize the SDK with full configuration options