1 2 3 4 5 6 7 8
use crate::gecko; use crate::types::Response; use serde_json; pub fn get() -> Response<serde_json::Value> { let response = gecko::get_request("/search/trending", ""); response }