We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation: remove this line https://github.com/sirkris/Reddit.NET/blob/master/src/Reddit.NET/Models/Internal/Request.cs#L154 And add RestClient-level user-agent as described here: restsharp/RestSharp#787 Would need to be set in https://github.com/sirkris/Reddit.NET/blob/master/src/Reddit.NET/RedditAPI.cs#L60-L65
The text was updated successfully, but these errors were encountered:
Merged into 1.3.
Usage Example:
RedditAPI reddit = new RedditAPI("AppId", "RefreshToken", userAgent: "My App or Library v1.0.0");
In the above example, all requests performed by the reddit instance will have a User-Agent of "My App or Library v1.0.0 (via Reddit.NET v1.3.0)".
Sorry, something went wrong.
sirkris
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Implementation: remove this line https://github.com/sirkris/Reddit.NET/blob/master/src/Reddit.NET/Models/Internal/Request.cs#L154
And add RestClient-level user-agent as described here: restsharp/RestSharp#787
Would need to be set in https://github.com/sirkris/Reddit.NET/blob/master/src/Reddit.NET/RedditAPI.cs#L60-L65
The text was updated successfully, but these errors were encountered: