JRAW
JRAW copied to clipboard
The Java Reddit API Wrapper
Hi @mattbdean, just want to start by saying I really enjoy the library you've written here and it's saved me a lot of work for my own project, a Reddit...
In reddit api i can use params after and before > after / before - only one should be specified. these indicate the fullname of an item in the listing...
The https://oauth.reddit.com/api/v1/me?raw_json=1 is now forbidden and currently the JRAW 1.1.0 uses this URL in RedditClient redditClient = helper.onUserChallenge(url);
Hi, JRAW is missing the new guildings object, with support for reddit silver and platinum. I notice that this repo is getting stale, do you want any help? PR? I...
I'm trying to convert a Comment instance to a json string and vice-versa. I'm using two extensions function to do this: fun Comment.toJson(): String = commentAdapter.toJson(this) fun fromJsonComment(json: String): Comment?...
I'm trying to make a bot for a particular subreddit, and for this purpose I need to be able to grab new posts. As it stands, it seems like `client.subreddit().posts().build()`...
This particular post has a crosspost (never seen this before) that has embedded media. Is there a way to get it with JRAW? https://www.reddit.com/r/nononono/comments/8tze1n/a_camera_man_realizes_he_is_about_to_experience_a/ JSON of the submission: https://pastebin.com/cN48d8QH
Hi, Jraw fails to build a signed config with proguard, to make it work I have to use -dontobfuscate. this is the config I'am using ( after looking at #86...
I am trying to get the basics working so I can start developing, but I am kind of confused with how to set it up properly. For context, I am...
New classes: - `ModerationReference` - `ModLogPaginator`, `ModLogPaginator.Builder` - `ModQueuePaginator`, `ModQueuePaginator.Builder` New endpoints: - [x] [`GET [/r/{subreddit}]/about/log`](https://www.reddit.com/dev/api#GET_about_log) - [ ] [`GET [/r/{subreddit}]/about/{location}`](https://www.reddit.com/dev/api#GET_about_{location}) - [ ] [`POST [/r/{subreddit}]/api/accept_moderator_invite`](https://www.reddit.com/dev/api#POST_api_accept_moderator_invite) - [ ] [`POST...