API for reddit.clj.core
-
Full namespace name:
reddit.clj.core
Overview
High level reddit API wrapper for clojure.
Public Variables and Functions
about
function
Usage: (about this user)
Retrieve user information
function
Usage: (add-comment this id text)
Comment on a post or comment
function
Usage: (comments this reddit-id)
Retrieve comments for a reddit
domain
function
Usage: (domain this domain-name)
(domain this domain-name rcount after)
Retrieve reddits under a domain
hide
function
Usage: (hide this id)
Hide a post
info
function
Usage: (info this url)
Retrieve url information from reddit
login
function
Usage: (login)
(login user passwd)
Login to reddit, return cookie as user credential
me
function
Usage: (me this)
Retrieve user information according to current credential
message-inbox
function
Usage: (message-inbox this)
Retrieve messages from inbox
message-sent
function
Usage: (message-sent this)
Retrieve messages from outbox
mine
function
Usage: (mine this)
Retrieve subcribed subreddits according to current credential
reddits
function
Usage: (reddits this rname)
(reddits this rname rcount after)
Retrieve reddits from subreddit
reddits-controversial
function
Usage: (reddits-controversial this rname)
(reddits-controversial this rname rcount after)
Retrieve reddits from subreddit, section *controversial*
reddits-new
function
Usage: (reddits-new this rname)
(reddits-new this rname rcount after)
Retrieve reddits from subreddit, section *new*
reddits-top
function
Usage: (reddits-top this rname)
(reddits-top this rname rcount after)
Retrieve reddits from subreddit, section *hot*
rescind-vote
function
Usage: (rescind-vote this id)
Rescind vote to a comment or post
save
function
Usage: (save this id)
Add a post to your saved reddits
saved
function
Usage: (saved this)
(saved this rcount after)
Retrieve saved reddits
submit-link
function
Usage: (submit-link this title url sr)
Submit a link to particular subreddit
submit-text
function
Usage: (submit-text this title text sr)
Submit a self post to particular subreddit
thing-type
function
Usage: (thing-type name)
test thing type with name
unhide
function
Usage: (unhide this id)
Unhide a post
unsave
function
Usage: (unsave this id)
Remove a post from your saved reddits
user
function
Usage: (user this user)
Retrieve reddits related by user
function
Usage: (user-comments this user)
(user-comments this user rcount after)
Retrieve comments submitted by user
user-disliked
function
Usage: (user-disliked this user)
(user-disliked this user rcount after)
Retrieve thing disliked by user
user-hidden
function
Usage: (user-hidden this user)
(user-hidden this user rcount after)
Retrieve links hide by user
user-liked
function
Usage: (user-liked this user)
(user-liked this user rcount after)
Retrieve things liked by user
user-submitted
function
Usage: (user-submitted this user)
(user-submitted this user rcount after)
Retrieve links submitted by user
vote-down
function
Usage: (vote-down this id)
Vote down a comment or post
vote-up
function
Usage: (vote-up this id)
Vote up a comment or post