summaryrefslogtreecommitdiff
path: root/makima/src/daemon/api/mod.rs
blob: 0c05fb4102542b401f22f9f7e0bd8cc6323bd069 (plain) (blame)
1
2
3
4
5
6
7
//! HTTP API client for makima CLI commands.

pub mod client;
pub mod contract;
pub mod supervisor;

pub use client::ApiClient;