namespace BlueLaminate.Scraper.Skins;
///
/// Configuration for , bound from the
/// SkinCatalog configuration section.
///
public sealed class SkinCatalogOptions
{
public const string SectionName = "SkinCatalog";
/// Static CS2 skin catalogue dataset (ByMykel/CSGO-API skins.json).
public string Url { get; set; } =
"https://raw.githubusercontent.com/ByMykel/CSGO-API/refs/heads/main/public/api/en/skins.json";
}