vamo 0.0.1-beta.2

A rest wrapper for deboa.
Documentation

Vamo

Vamo is a rest wrapper for deboa.

Usage

use vamo::Vamo;

let vamo = Vamo::new("https://api.example.com")?;
let response = vamo.get("/users")?.go(vamo.client()).await?;

Features

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

MIT

Authors