1 2 3 4 5 6 7
//! Client-side API interface for communicating with the Rise backend server. //! //! This module provides HTTP client methods for all backend API endpoints. //! Used by CLI commands to interact with the server. pub mod models; pub mod project;