Skip to main content

Overview

Creates a new TurnkeySDKClientBase instance with the provided configuration. This method is used internally to create the HTTP client for making API requests, but can also be used to create an additional client with different configurations if needed. By default, it uses the configuration provided during the TurnkeyClient initialization.

Package: core

Defined in: clients/core.ts:252

Parameters

params
CreateHttpClientParams
Optional configuration parameters to override the default client configuration.

Response

A successful response returns the following fields:
returns
TurnkeySDKClientBase
required
A new instance of TurnkeySDKClientBase configured with the provided parameters.