1 2 3 4 5 6 7 8
//! API integration utilities for external services //! //! This module provides reusable utilities for integrating with external APIs, //! including consent prompts and common error handling patterns. pub mod consent; pub use consent::ConsentPrompt;