atac 0.20.0

Arguably a Terminal API Client. Feature-full, free, open-source, offline and account-less.
1
2
3
4
5
6
7
8
9
10
11
12
pub mod auth;
pub mod body;
pub mod headers;
pub mod method;
pub mod query_params;
pub mod send;
pub mod settings;
pub mod url;
pub(super) mod utils;
mod cookies;
pub mod scripts;
mod export;