Reddit.NET
Reddit.NET copied to clipboard
A Reddit API library for .NET Standard with OAuth support. Written in C#.
Reddit.NET doesn't provide asynchronous methods for fetching posts or comments and most of the synchronous methods are blocking.
I've received a pair of Dependabot alerts for a high-severity security vulnerability discovered in RestSharp, the library used by Reddit.NET to interface with the Reddit API. The recommended remediation is...
Is it secure and/or easy to implement an app on a server that retrieves oauth tokens for a redditor using the AuthTokenRetrieverLib?
I decided to create a ticket for this since a lot of people have been reaching out to me lately about a new issue. Looks like Reddit updated their API...
Just realized these are confusingly named. The name suggests that it's a container for a single post/comment, when in fact it contains a list of posts/comments. That list will often...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.6.9 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.6.9 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...
This pull request adds a new class, _AuthTokenRetrieverServer_, that intends to replace the existing AuthTokenRetrieverLib class. # Description The new class works similarly to the existing one. However, there are...