Package com.github.jreddit.retrieval

Examples of com.github.jreddit.retrieval.ExtendedSubreddits.search()


        // subrs.get(user, SubredditType.NEW);
        // subrs.get(user, SubredditType.POPULAR, 33);
        // subrs.get(user, SubredditType.MINE, 16);
        // subrs.get(user, SubredditType.NEW, 22, "t1_29429");
       
        List<Subreddit> searchsubreddits = extSubrs.search("abbot", 10);
        System.out.println("Search subreddits, size received: " + searchsubreddits.size());
       
        // Other possibilities:
        // subrs.search("query");
        // subrs.search("query", 64);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.