| Crates.io | vamo |
| lib.rs | vamo |
| version | 0.0.1-beta.2 |
| created_at | 2025-09-12 02:16:37.50366+00 |
| updated_at | 2025-09-24 10:43:41.484752+00 |
| description | A rest wrapper for deboa. |
| homepage | https://github.com/ararog/deboa |
| repository | https://github.com/ararog/deboa |
| max_upload_size | |
| id | 1834912 |
| size | 68,847 |
Vamo is a rest wrapper for deboa.
use vamo::Vamo;
let vamo = Vamo::new("https://api.example.com")?;
let response = vamo.get("/users")?.go(vamo.client()).await?;
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
MIT