beerfyi 0.1.0

Rust client for the BeerFYI API — https://beerfyi.com
Documentation

beerfyi

crates.io License: MIT

Rust client for the BeerFYI REST API. 112 beer styles. Uses reqwest for HTTP.

Explore at beerfyi.com — interactive tools and comprehensive reference.

Install

[dependencies]
beerfyi = "0.1"

Quick Start

fn main() -> Result<(), Box<dyn std::error::Error>> {
    let client = beerfyi::Client::new();
    let result = client.search("query")?;
    println!("{:?}", result);
    Ok(())
}

Also Available

Platform Install Link
Python pip install beerfyi PyPI
npm npm install beerfyi npm
Go go get github.com/fyipedia/beerfyi-go pkg.go.dev
Rust cargo add beerfyi crates.io
Ruby gem install beerfyi rubygems

Links

Part of the FYIPedia open-source developer tools ecosystem.

License

MIT