Skip to main content

moltbook_cli/api/
mod.rs

1//! Moltbook API Interaction Layer.
2//!
3//! This module provides the infrastructure for communicating with the Moltbook API,
4//! including the HTTP client, data models, and error handling.
5
6pub mod client;
7pub mod error;
8pub mod types;