| Crates.io | vamo |
| lib.rs | vamo |
| version | 0.0.5 |
| created_at | 2025-09-12 02:16:37.50366+00 |
| updated_at | 2025-12-09 18:44:03.852464+00 |
| description | A rest wrapper for deboa http client. |
| homepage | https://github.com/ararog/deboa |
| repository | https://github.com/ararog/deboa |
| max_upload_size | |
| id | 1834912 |
| size | 96,900 |
vamo ("Let's go" in portuguese) is a rest wrapper for deboa. Vamo is a key part of the deboa ecosystem, allowing bora macro to generate api clients.
use vamo::Vamo;
let vamo = Vamo::new("https://api.example.com")?;
let response = vamo
.get("/users")?
.send()
.await?;
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
MIT