Config

Type Alias Config 

Source
pub type Config = ApiConfig;
Expand description

Configuration for the Enso Finance API client

This is a type alias for ApiConfig with Enso-specific defaults.

Aliased Type§

pub struct Config {
    pub base_url: String,
    pub api_key: Option<SecretApiKey>,
    pub http: HttpClientConfig,
}

Fields§

§base_url: String

Base URL for the API

§api_key: Option<SecretApiKey>

API key for authentication (optional, redacted in Debug)

§http: HttpClientConfig

HTTP client configuration