//! Resource modules. Each corresponds to one public API domain.
pub mod ai;
pub mod app;
pub mod arbitrage;
pub mod backtest;
pub mod chart;
pub mod exchange;
pub mod hoppers;
pub mod market;
pub mod marketmaker;
pub mod platform;
pub mod signals;
pub mod social;
pub mod strategy;
pub mod subscription;
pub mod template;
pub mod tournaments;
pub mod user;
pub mod webhooks;