use crateParamMap;
/// Adapter trait for parsing connector URL into flattened params and providing defaults.
///
/// Note: The global registry and lifecycle management of adapters live in wp-engine.
/// This API crate only defines the trait and common ParamMap type to keep the interface stable.