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

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

pub use client::ApiClient;
pub use contract::CreateContractRequest;