First actual commit
added sources to repository
This commit is contained in:
17
RedditSharp/LinkData.cs
Normal file
17
RedditSharp/LinkData.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace RedditSharp
|
||||
{
|
||||
internal class LinkData : SubmitData
|
||||
{
|
||||
[RedditAPIName("extension")]
|
||||
internal string Extension { get; set; }
|
||||
|
||||
[RedditAPIName("url")]
|
||||
internal string URL { get; set; }
|
||||
|
||||
internal LinkData()
|
||||
{
|
||||
Extension = "json";
|
||||
Kind = "link";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user