teafyi 0.1.0

Rust client for the TeaFYI API — https://teafyi.com
Documentation

teafyi

crates.io License: MIT

Rust client for the TeaFYI REST API. 60 tea varieties. Uses reqwest for HTTP.

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

Install

[dependencies]
teafyi = "0.1"

Quick Start

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

Also Available

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

Links

Part of the FYIPedia open-source developer tools ecosystem.

License

MIT