/// Polymarket Data API module
///
/// This module provides access to the Polymarket Data API for fetching:
/// - User positions (current and closed)
/// - Trading history
/// - User activity
/// - Portfolio value
/// - Trading statistics
///
/// Reference: https://data-api.polymarket.com/
/// Docs: https://docs.polymarket.com/api-reference/core
pub use DataClient;
pub use ;