//! # polyte-core
//!
//! Core utilities and shared types for Polyte Polymarket API clients.
//!
//! This crate provides common functionality used across `polyte-clob` and `polyte-gamma`:
//! - Shared error types and error handling
//! - HTTP client configuration
//! - Request builder utilities
pub use ;
pub use ApiError;
pub use ;