vamo 0.0.1-alpha.2

A rest wrapper for deboa.
Documentation

Bora

Bora is a rest wrapper for deboa.

Usage

use bora::Bora;

let bora = Bora::new("https://api.example.com");
let response = bora.get("/users").await?;

Features

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH

License

MIT

Contributing

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

Authors