Expand description
§faucet-source-xml
A config-driven XML/SOAP API source with automatic XML-to-JSON conversion, element-path record extraction, and pluggable authentication.
Re-exports§
pub use config::XmlAuth;pub use config::XmlPagination;pub use config::XmlStreamConfig;pub use stream::XmlStream;
Modules§
- config
- XML source configuration.
- convert
- XML to JSON conversion.
- serde_
helpers - Serde helper modules for types that don’t implement Serialize/Deserialize natively.
- stream
- XML stream executor.
Enums§
- Faucet
Error - All possible errors returned by faucet-stream.
Traits§
- Source
- A source fetches records from an external system.