pub async fn list_repo_files( repo_id: &str, revision: &str, hf_token: Option<&str>, ) -> Result<Vec<String>>
List every file path in a repo at revision (default branch: "main").
revision
"main"