fetch_table_list

Function fetch_table_list 

Source
pub async fn fetch_table_list(
    client: &Client,
    web_url: &str,
) -> Result<Vec<BmsTableInfo>>
Available on crate features scraper and reqwest only.
Expand description

获取 BMS 难度表列表。

从提供的 web_url 下载 JSON 数组并解析为 crate::BmsTableInfo 列表。 仅要求每个元素包含 namesymbolurl(字符串),其他字段将被收集到 extra 中。