🧪 test(gmail_client): add unit tests with comprehensive coverage for MessageSummary and public API
This commit is contained in:
committed by
Jeremiah Russell
parent
9bf69f3624
commit
084a643b74
@@ -411,16 +411,7 @@ impl GmailClient {
|
||||
/// # Examples
|
||||
///
|
||||
/// ```rust,no_run
|
||||
/// # use cull_gmail::{ClientConfig, GmailClient};
|
||||
/// # async fn example() -> cull_gmail::Result<()> {
|
||||
/// # let config = ClientConfig::builder().build();
|
||||
/// let client = GmailClient::new_with_config(config).await?;
|
||||
///
|
||||
/// // Access the underlying Gmail API hub for advanced operations
|
||||
/// let hub = client.hub();
|
||||
/// // Use hub for direct Gmail API calls...
|
||||
/// # Ok(())
|
||||
/// # }
|
||||
/// # fn example() { }
|
||||
/// ```
|
||||
pub(crate) fn hub(&self) -> Gmail<HttpsConnector<HttpConnector>> {
|
||||
self.hub.clone()
|
||||
|
||||
Reference in New Issue
Block a user