pub fn request(endpoint: &str) -> Result<Bytes, Error>
Makes a GET request to an endpoint of the api
let bytes = request("meme/minecraft").unwrap();