File Management Client
Creates a new instance of FileManagementClient 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:
FileManagementClient(
ClientConfiguration
.builder()
.key("API_KEY")
.secret("API_SECRET")
.build()
)Content copied to clipboard