High level reddit API wrapper for clojure.
High level reddit API wrapper for clojure.
(login)
(login user passwd)
Login to reddit, return cookie as user credential
Login to reddit, return cookie as user credential
(modqueue this reddit-id)
Retrieve modqueue for a reddit
Retrieve modqueue for a reddit
(domain this domain-name)
(domain this domain-name rcount after)
Retrieve reddits under a domain
Retrieve reddits under a domain
(user-disliked this user)
(user-disliked this user rcount after)
Retrieve thing disliked by user
Retrieve thing disliked by user
(me this)
Retrieve user information according to current credential
Retrieve user information according to current credential
(user this user)
Retrieve reddits related by user
Retrieve reddits related by user
(reddits this rname)
(reddits this rname rcount after)
Retrieve reddits from subreddit
Retrieve reddits from subreddit
(reddits-top this rname)
(reddits-top this rname rcount after)
Retrieve reddits from subreddit, section hot
Retrieve reddits from subreddit, section *hot*
(about this user)
Retrieve user information
Retrieve user information
(user-submitted this user)
(user-submitted this user rcount after)
Retrieve links submitted by user
Retrieve links submitted by user
(user-comments this user)
(user-comments this user rcount after)
Retrieve comments submitted by user
Retrieve comments submitted by user
(reddits-controversial this rname)
(reddits-controversial this rname rcount after)
Retrieve reddits from subreddit, section controversial
Retrieve reddits from subreddit, section *controversial*
(comments this reddit-id)
Retrieve comments for a reddit
Retrieve comments for a reddit
(message-sent this)
Retrieve messages from outbox
Retrieve messages from outbox
(message-inbox this)
Retrieve messages from inbox
Retrieve messages from inbox
(search this q)
Search Sub-Reddits
Search Sub-Reddits
(user-liked this user)
(user-liked this user rcount after)
Retrieve things liked by user
Retrieve things liked by user
(mine this)
Retrieve subcribed subreddits according to current credential
Retrieve subcribed subreddits according to current credential
(saved this)
(saved this rcount after)
Retrieve saved reddits
Retrieve saved reddits
(user-hidden this user)
(user-hidden this user rcount after)
Retrieve links hide by user
Retrieve links hide by user
(info this url)
Retrieve url information from reddit
Retrieve url information from reddit
(reddits-new this rname)
(reddits-new this rname rcount after)
Retrieve reddits from subreddit, section new
Retrieve reddits from subreddit, section *new*
(get-comment this url)
Fetch a comment
Fetch a comment
(vote-up this id)
Vote up a comment or post
Vote up a comment or post
(submit-text this title text sr)
Submit a self post to particular subreddit
Submit a self post to particular subreddit
(submit-link this title url sr)
Submit a link to particular subreddit
Submit a link to particular subreddit
(add-comment this id text)
Comment on a post or comment
Comment on a post or comment
(vote-down this id)
Vote down a comment or post
Vote down a comment or post
(save this id)
Add a post to your saved reddits
Add a post to your saved reddits
(hide this id)
Hide a post
Hide a post
(unsave this id)
Remove a post from your saved reddits
Remove a post from your saved reddits
(unhide this id)
Unhide a post
Unhide a post
(remove-post this id)
Mod-remove a post
Mod-remove a post
(rescind-vote this id)
Rescind vote to a comment or post
Rescind vote to a comment or post
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close