redditfrontpageservice
Service icon

Reddit FrontpageService

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 02 May 2021
 by 
0.0
 (0 ratings)
redditfrontpageservice

Reddit FrontpageService

Documentation
1.0.0

Service Action | RedditFrontPage.List will return a struct that is comprised of

  1. SubReddit : the "/r/" sub category the link is originally from e.g. www.reddit.com/r/<sub-reddit-name>
  2. Title : the title of the post
  3. View : relative url
  4. URL : the actual url to the post's image or story
  5. NSFW : boolean that checks Data.Over_18 for T/F and is set accordingly


HOW TO 

Install the RedditFrontpageService and add the dependency to your project.  Then under Data | Service Actions | RedditFrontpageService | List will return the above structure when called.

See DEMO for example of implementation.