Allows access to the Zyte API proxy service.
This is an unofficial, unstable, unfinished crate. However normal usage with HTTP GET
should work fine.
async
/await
usage so you must use an async executor e.g. https://github.com/tokio-rs/tokio.bash
cargo add zyte-api-rs
rust
let zyte_api: ZyteApi = ZyteApi::new("<MY-API-KEY-HERE>".to_string());
let response = zyte_api.get("https://www.google.com/").await;