Expand description
Rust client for BoardGameFYI REST API.
let client = boardgamefyi::Client::new();
let result = client.search("query").unwrap();Rust client for BoardGameFYI REST API.
let client = boardgamefyi::Client::new();
let result = client.search("query").unwrap();