Skip to content

Vamo

vamo ("let's go" in Brazilian Portuguese) is a DRY REST client wrapper built on top of deboa.

Install

vamo = "0.0.1"
deboa-smol = "0.1.0"

Usage

use vamo::Vamo;

let vamo = Vamo::<deboa_smol::Client>::new("https://api.example.com")?;
let response = vamo
    .get("/users")?
    .send()
    .await?;

Subprojects

Nice wrapper on top of deboa for dry rest client. Set base url once and use it for all requests.

Vamo macros is a collection of macros to make possible use structs as resources to be sent over vamo as client. It is also the new home of bora macro.

License

Licensed under either of

at your option.

Author

Rogerio Pereira Araujo rogerio.araujo@gmail.com

About

REST api client for Rust, built on top of deboa.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages