Skip to main content

get_downloads

Function get_downloads 

Source
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