pub fn archive_url(
center: AnalysisCenter,
product_type: ProductType,
date: ProductDate,
sample: Option<&str>,
issue: Option<&str>,
) -> Result<String, DataCatalogError>Expand description
Build the full archive URL for a product.