Sandbox Client
Creates a new instance of SandboxClient using the provided configuration.
Parameters
config
The ClientConfiguration that includes API credentials and other optional parameters such as environment, timeouts, and logging masking options.
Example usage:
SandboxClient(
ClientConfiguration
.builder()
.key("API_KEY")
.secret("API_SECRET")
.build()
)Content copied to clipboard