Liking cljdoc? Tell your friends :D

reddit.clj.core

High level reddit API wrapper for clojure.

High level reddit API wrapper for clojure.
raw docstring

loginclj

(login)
(login user passwd)

Login to reddit, return cookie as user credential

Login to reddit, return cookie as user credential
raw docstring

RedditChannelscljprotocol

modqueueclj

(modqueue this reddit-id)

Retrieve modqueue for a reddit

Retrieve modqueue for a reddit

domainclj

(domain this domain-name)
(domain this domain-name rcount after)

Retrieve reddits under a domain

Retrieve reddits under a domain

user-dislikedclj

(user-disliked this user)
(user-disliked this user rcount after)

Retrieve thing disliked by user

Retrieve thing disliked by user

meclj

(me this)

Retrieve user information according to current credential

Retrieve user information according to current credential

userclj

(user this user)

Retrieve reddits related by user

Retrieve reddits related by user

redditsclj

(reddits this rname)
(reddits this rname rcount after)

Retrieve reddits from subreddit

Retrieve reddits from subreddit

reddits-topclj

(reddits-top this rname)
(reddits-top this rname rcount after)

Retrieve reddits from subreddit, section hot

Retrieve reddits from subreddit, section *hot*

aboutclj

(about this user)

Retrieve user information

Retrieve user information

user-submittedclj

(user-submitted this user)
(user-submitted this user rcount after)

Retrieve links submitted by user

Retrieve links submitted by user

user-commentsclj

(user-comments this user)
(user-comments this user rcount after)

Retrieve comments submitted by user

Retrieve comments submitted by user

reddits-controversialclj

(reddits-controversial this rname)
(reddits-controversial this rname rcount after)

Retrieve reddits from subreddit, section controversial

Retrieve reddits from subreddit, section *controversial*

commentsclj

(comments this reddit-id)

Retrieve comments for a reddit

Retrieve comments for a reddit

message-sentclj

(message-sent this)

Retrieve messages from outbox

Retrieve messages from outbox

message-inboxclj

(message-inbox this)

Retrieve messages from inbox

Retrieve messages from inbox

searchclj

(search this q)

Search Sub-Reddits

Search Sub-Reddits

user-likedclj

(user-liked this user)
(user-liked this user rcount after)

Retrieve things liked by user

Retrieve things liked by user

mineclj

(mine this)

Retrieve subcribed subreddits according to current credential

Retrieve subcribed subreddits according to current credential 

savedclj

(saved this)
(saved this rcount after)

Retrieve saved reddits

Retrieve saved reddits

user-hiddenclj

(user-hidden this user)
(user-hidden this user rcount after)

Retrieve links hide by user

Retrieve links hide by user

infoclj

(info this url)

Retrieve url information from reddit

Retrieve url information from reddit

reddits-newclj

(reddits-new this rname)
(reddits-new this rname rcount after)

Retrieve reddits from subreddit, section new

Retrieve reddits from subreddit, section *new*

RedditOperationscljprotocol

get-commentclj

(get-comment this url)

Fetch a comment

Fetch a comment

vote-upclj

(vote-up this id)

Vote up a comment or post

Vote up a comment or post

submit-textclj

(submit-text this title text sr)

Submit a self post to particular subreddit

Submit a self post to particular subreddit

submit-linkclj

(submit-link this title url sr)

Submit a link to particular subreddit

Submit a link to particular subreddit

add-commentclj

(add-comment this id text)

Comment on a post or comment

Comment on a post or comment

vote-downclj

(vote-down this id)

Vote down a comment or post

Vote down a comment or post

saveclj

(save this id)

Add a post to your saved reddits

Add a post to your saved reddits

hideclj

(hide this id)

Hide a post

Hide a post

unsaveclj

(unsave this id)

Remove a post from your saved reddits

Remove a post from your saved reddits

unhideclj

(unhide this id)

Unhide a post

Unhide a post

remove-postclj

(remove-post this id)

Mod-remove a post

Mod-remove a post

rescind-voteclj

(rescind-vote this id)

Rescind vote to a comment or post

Rescind vote to a comment or post

thing-typeclj

(thing-type name)

test thing type with name

test thing type with name
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close