pub async fn fetch_table_list(
client: &Client,
web_url: &str,
) -> Result<Vec<BmsTableInfo>>Available on crate features
scraper and reqwest only.Expand description
Fetch a list of BMS difficulty tables.
Downloads a JSON array from the provided web_url and parses it into a list of crate::BmsTableInfo.
Each item only requires name, symbol, and url (string); all other fields are collected into extra.