Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class ClientConfiguration(val key: String?, val secret: String?, val environment: ClientEnvironment?, val requestTimeout: Long? = null, val connectionTimeout: Long? = null, val socketTimeout: Long? = null, val maskedLoggingHeaders: Set<String>? = null, val maskedLoggingBodyFields: Set<String>? = null)

A configuration class that holds the necessary credentials and settings for API clients.

Link copied to clipboard

An enumeration representing the possible environments for the API clients.

Link copied to clipboard

An internal utility object for providing API endpoints based on the environment.