Crate coman

Crate coman 

Source
Expand description

§Coman - API Collection Manager

Coman is a library for managing API collections and making HTTP requests. It can be used as a standalone library or through its CLI interface.

Re-exports§

pub use core::collection_manager::CollectionManager;
pub use core::http_client::HttpClient;
pub use core::http_client::HttpMethod;
pub use core::http_client::HttpResult;
pub use core::http_request::HttpRequest;
pub use core::http_response::HttpResponse;
pub use models::collection::Collection;
pub use models::collection::Method;
pub use models::collection::Request;

Modules§

cli
CLI module containing command-line interface specific functionality
core
Core module containing the main business logic
helper
models