Config

data class Config(source)

Represents the configuration used for API integration and content management.

Types

Link copied to clipboard
class Builder

Provides a builder pattern for constructing a Config instance with customizable properties. Supports fluent method chaining to set various parameters such as API keys, URLs, project ID, locale, network configuration, and CDN settings.

Link copied to clipboard
object Companion

Companion object for the Config class, keeping for extension functions.

Link copied to clipboard
data class ContentDelivery

Represents a content delivery network (CDN) configuration used within the system.

Link copied to clipboard
data class Network

Represents a network configuration with an HTTP client and coroutine context. This network configuration is used for making HTTP requests and specifying the coroutine context under which the requests will be executed.

Properties

Link copied to clipboard

The CDN configuration for accessing and formatting content dynamically.

Link copied to clipboard
val locale: Locale?

The target locale used for translations or project-specific setup.

Link copied to clipboard

The network configuration used for executing HTTP requests and managing concurrency.