Skip to main content

ProviderProfile

Type Alias ProviderProfile 

Source
pub type ProviderProfile = ProviderConfig;
Expand description

Alias to clarify intent: ProviderConfig is the provider profile shape.

Aliased Type§

pub struct ProviderProfile {
    pub id: ProviderId,
    pub name: String,
    pub api_format: ApiFormat,
    pub auth_schemes: Vec<AuthScheme>,
    pub base_url: Option<Url>,
}

Fields§

§id: ProviderId§name: String§api_format: ApiFormat§auth_schemes: Vec<AuthScheme>§base_url: Option<Url>

Optional override for the HTTP base URL.