Interface RedditService
@HttpExchange(accept="application/json")
public interface RedditService
Service interface for interacting with Reddit's API to fetch subreddit data.
This interface defines methods to retrieve new posts from a specified subreddit.
-
Method Summary
Modifier and TypeMethodDescriptiongetSubredditNew
(String subreddit) Retrieves the new posts from a specified subreddit.