Reddit4J
Reddit4J copied to clipboard
A library which aims to attain full coverage of the Reddit API
In this PR I completely rewrote the codebase, renamed packages and classes. I created few entities and API methods. Since there is no complete official Reddit API documentation, I don't...
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.2 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...
Will handle deserializing a `RedditData` with none or minimal manual TypeToken creation and returning the specified generic type of the RedditData data field. PR also contains a ton of gson...
Change the misleading identifier and add a methods to get the Raw JSON response from an endpoint
**Is your feature request related to a problem? Please describe.** Some Endpoints are not Supported, like the random endpoint, and it would have been great if there was a option...
Hello maintainers, I have added new functionality to complete every /collections related API. Changes made: - Added a new method reorderCollection in the RedditSubreddit class - Created a dedicated request...