Matt Dean
Matt Dean
The default rate limiter should be able to use the special response headers to dynamically adjust the request rate, just like in v0.9.0 - `X-Ratelimit-Used`: Approximate number of requests used...
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...
There's a few new properties to add to Submission: ```json "author_flair_type": "richtext", "author_flair_text_color": "dark", "author_flair_richtext": {} ``` See [here](https://www.reddit.com/r/jraw_testing2/comments/8paznd/test_post_with_emoji_in_user_flair/.json) for an example
Might be pretty interesting to have. Pushshift is mostly used for data science but might be useful for some people. I'm not giving this a milestone because it's not a...
Continuation of #234. **TL;DR**: A `Listing` can be deserialized but not serialized because of [this](https://github.com/mattbdean/JRAW/blob/19944e653cad0252245747a2131abff07464314d/lib/src/main/kotlin/net/dean/jraw/databind/RedditModelAdapterFactory.kt#L122)