![]() |
Reddit.NET
1.5
Reddit.NET is a .NET Standard library that provides easy access to the Reddit API with virtually no boilerplate code required.
|
Public Member Functions | |
ListingInput (string after="", string before="", int limit=25, int count=0) | |
Populate a new listing input. More... | |
![]() | |
BaseInput () | |
Set the raw_json. More... | |
Properties | |
string | after [get, set] |
fullname of a thing More... | |
string | before [get, set] |
fullname of a thing More... | |
int | limit [get, set] |
the maximum number of items desired More... | |
int | count [get, set] |
a positive integer More... | |
![]() | |
int | raw_json [get, set] |
Required by the API for all endpoints. Prevents <, >, and & in the response from being htmlencoded by the API. See: https://www.reddit.com/dev/api#response_body_encoding More... | |
Reddit.Inputs.ListingInput.ListingInput | ( | string | after = "" , |
string | before = "" , |
||
int | limit = 25 , |
||
int | count = 0 |
||
) |
Populate a new listing input.
after | fullname of a thing |
before | fullname of a thing |
limit | the maximum number of items desired (default: 25) |
count | a positive integer (default: 0) |
|
getset |
fullname of a thing
|
getset |
fullname of a thing
|
getset |
a positive integer
|
getset |
the maximum number of items desired