pub async fn get_downloads(
db: State<'_, DatabaseWrapper>,
user_id: String,
status_filter: Option<Vec<String>>,
) -> Result<DownloadsResponse, String>Expand description
Get all downloads for a user, optionally filtered by status
pub async fn get_downloads(
db: State<'_, DatabaseWrapper>,
user_id: String,
status_filter: Option<Vec<String>>,
) -> Result<DownloadsResponse, String>Get all downloads for a user, optionally filtered by status