Function request

Source
pub fn request(endpoint: &str) -> Result<Bytes, Error>
Expand description

Makes a GET request to an endpoint of the api

ยงExample

let bytes = request("meme/minecraft").unwrap();