Interface RedditClient
@HttpExchange(accept="application/json")
@ClientRegistrationId("reddit")
public interface RedditClient
Client for interacting with the Reddit API.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetSubredditNew(String subreddit) Retrieves the new posts from the specified subreddit.
-
Field Details
-
REDDIT_GROUP
-
-
Method Details
-
getSubredditNew
-