Expand description
Yahoo Finance client module.
This module provides the HTTP client components for interacting with Yahoo Finance APIs, including authentication management and error handling.
Re-exports§
pub use error::YahooError;pub use fetch_client::FetchClient;pub use yahoo_auth::YahooAuthManager;pub use yahoo_client::YahooFinanceClient;
Modules§
- error
- Error types for Yahoo Finance client operations.
- fetch_
client - HTTP fetch client for Yahoo Finance requests.
- scraper
- Web scraping utilities for Yahoo Finance.
- yahoo_
auth - Yahoo Finance authentication manager.
- yahoo_
client - Yahoo Finance API client.