Adding fetch_item, but need to expand what an ID can be

This commit is contained in:
Julia Lange 2026-02-04 13:52:22 -08:00
parent 25f00d1665
commit f2e00afbb9
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
4 changed files with 59 additions and 2 deletions

View file

@ -1,6 +1,6 @@
use crate::{
Result,
db::Channel,
db::{Channel, ChannelId},
AdapterClient,
};
use reqwest::Url;