Hi! Interesting project. Do you know if RFD has API for the Trending category?
This project itself doesn't use it from what I can tell:
|
pub async fn get_hot_deals() -> Result<String, Box<dyn std::error::Error>> { |
|
let resp = reqwest::get("https://forums.redflagdeals.com/api/topics?forum_id=9&per_page=40") |
|
.await? |
Hi! Interesting project. Do you know if RFD has API for the Trending category?
This project itself doesn't use it from what I can tell:
rfd-notify/src/rfd.rs
Lines 40 to 42 in 6b1d5cb