Class RedditLinkService
java.lang.Object
io.github.yvasyliev.forwarder.telegram.reddit.service.RedditLinkService
Service for interacting with Reddit links.
-
Constructor Summary
ConstructorsConstructorDescriptionRedditLinkService(RedditInstantPropertyService instantPropertyService, RedditClient redditClient, String subreddit) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves new links from a specified subreddit that were created after the last recorded creation time.
-
Constructor Details
-
RedditLinkService
public RedditLinkService(RedditInstantPropertyService instantPropertyService, RedditClient redditClient, String subreddit)
-
-
Method Details
-
getNewLinks
-