![]() |
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 | |
| ImageUploadInput (string filePath, string mimeType) | |
| Data for image to be uploaded. More... | |
Public Member Functions inherited from Reddit.Inputs.BaseInput | |
| BaseInput () | |
| Set the raw_json. More... | |
Properties | |
| string | filepath [get, set] |
| name and extension of the image file e.g. image1.png More... | |
| string | mimetype [get, set] |
| mime type of the image e.g. image/png More... | |
Properties inherited from Reddit.Inputs.BaseInput | |
| 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.ImageUploadInput.ImageUploadInput | ( | string | filePath, |
| string | mimeType | ||
| ) |
Data for image to be uploaded.
| filePath | name and extension of the image file e.g. image1.png |
| mimeType | mime type of the image e.g. image/png |
|
getset |
name and extension of the image file e.g. image1.png
|
getset |
mime type of the image e.g. image/png