/// Core HTTP client, builder, session store, and HTTP method types.
/// Strongly-typed error types for all API call failures.
/// Per-request configuration (timeout, headers, bearer token).
/// Generic API response wrapper with status, headers, and typed body.
// Re-export the public API at the crate root for ergonomic usage:
// use rust_api_calling::{ApiClient, ApiError, RequestConfig, ApiResponse};
pub use ;
pub use ApiError;
pub use RequestConfig;
pub use ApiResponse;