EppoSdk.Client.Config (Eppo SDK v0.2.3)

View Source

Configuration for the Eppo client.

Fields

  • api_key: Required API key for authentication
  • assignment_logger: Optional module implementing EppoSdk.AssignmentLogger for tracking assignments
  • is_graceful_mode: Whether to fail gracefully on errors (default: true)
  • poll_interval_seconds: Interval between config polls in seconds (default: 30)
  • poll_jitter_seconds: Random jitter added to poll interval (default: 3)
  • base_url: Base URL for the Eppo API (default: https://fscdn.eppo.cloud/api)