mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-20 22:07:21 -04:00
Add default headers to most Http calls. Add WowInterface addon provider. Increase TukUI Cache time from 10 -> 60 minutes.
10 lines
223 B
C#
10 lines
223 B
C#
namespace WowUp.Common.Models.WowInterface
|
|
{
|
|
public class Image
|
|
{
|
|
public string ThumbUrl { get; set; }
|
|
public string ImageUrl { get; set; }
|
|
public string Description { get; set; }
|
|
}
|
|
}
|