by pierrebarre on 9/15/24, 6:12 PM with 2 comments
by _nalply on 9/16/24, 6:08 AM
https://github.com/Barre/merklemap-cli/blob/master/src/lib.r...
pub async fn search(query: &str) -> Result<()> {
let url = format!("https://api.merklemap.com/search?query={}&stream=true", query);
process_event_stream::<Entry>(&url).await
}