geekbot/Geekbot.net/Lib/WikipediaClient/Page/PageApiUrls.cs

14 lines
No EOL
376 B
C#

using System;
namespace Geekbot.net.Lib.WikipediaClient.Page
{
public class PageApiUrls
{
public Uri Summary { get; set; }
public Uri Metadata { get; set; }
public Uri References { get; set; }
public Uri Media { get; set; }
public Uri EditHtml { get; set; }
public Uri TalkPageHtml { get; set; }
}
}