//! HTTP API client for makima CLI commands. pub mod client; pub mod contract; pub mod supervisor; pub use client::ApiClient;