Liking cljdoc? Tell your friends :D

twitter


*oauth-access-token*clj

source

*oauth-access-token-secret*clj

source

*oauth-consumer*clj

source

*protocol*clj

source

block-exists-for-idclj

(block-exists-for-id user-id & rest__2494__auto__)
source

block-exists-for-nameclj

(block-exists-for-name screen-name & rest__2494__auto__)
source

blocking-user-idsclj

(blocking-user-ids & rest__2494__auto__)
source

blocking-usersclj

(blocking-users & rest__2494__auto__)
source

create-blockclj

(create-block user-id-or-screen-name & rest__2494__auto__)
source

create-favoriteclj

(create-favorite id & rest__2494__auto__)
source

create-friendship-to-idclj

(create-friendship-to-id user-id & rest__2494__auto__)
source

create-friendship-to-nameclj

(create-friendship-to-name screen-name & rest__2494__auto__)
source

(create-saved-search query & rest__2494__auto__)
source

(current-trends & rest__2494__auto__)
source

(daily-trends & rest__2494__auto__)
source

def-twitter-methodcljmacro

(def-twitter-method method-name
                    req-method
                    req-url
                    required-params
                    optional-params
                    handler)

Given basic specifications of a Twitter API method, build a function that will take any required and optional arguments and call the associated Twitter method.

Given basic specifications of a Twitter API method, build a function that will
take any required and optional arguments and call the associated Twitter method.
sourceraw docstring

destroy-blockclj

(destroy-block user-id-or-screen-name & rest__2494__auto__)
source

destroy-direct-messageclj

(destroy-direct-message id & rest__2494__auto__)
source

destroy-favoriteclj

(destroy-favorite id & rest__2494__auto__)
source

destroy-friendship-to-idclj

(destroy-friendship-to-id user-id & rest__2494__auto__)
source

destroy-friendship-to-nameclj

(destroy-friendship-to-name screen-name & rest__2494__auto__)
source

(destroy-saved-search id & rest__2494__auto__)
source

destroy-statusclj

(destroy-status id & rest__2494__auto__)
source

direct-messagesclj

(direct-messages & rest__2494__auto__)
source

end-sessionclj

(end-session & rest__2494__auto__)
source

favoritesclj

(favorites & rest__2494__auto__)
source

followers-of-idclj

(followers-of-id user-id & rest__2494__auto__)
source

followers-of-nameclj

(followers-of-name screen-name & rest__2494__auto__)
source

friends-of-idclj

(friends-of-id user-id & rest__2494__auto__)
source

friends-of-nameclj

(friends-of-name screen-name & rest__2494__auto__)
source

friends-timelineclj

(friends-timeline & rest__2494__auto__)
source

home-timelineclj

(home-timeline & rest__2494__auto__)
source

lookup-users-by-idclj

(lookup-users-by-id user-id & rest__2494__auto__)
source

lookup-users-by-nameclj

(lookup-users-by-name screen-name & rest__2494__auto__)
source

make-rate-limit-handlerclj

(make-rate-limit-handler handler-fn)

Creates a handler that will only be called if the API rate limit has been exceeded.

Creates a handler that will only be called if the API rate limit has been exceeded.
sourceraw docstring

mentionsclj

(mentions & rest__2494__auto__)
source

notifications-follow-by-idclj

(notifications-follow-by-id user-id & rest__2494__auto__)
source

notifications-follow-by-nameclj

(notifications-follow-by-name screen-name & rest__2494__auto__)
source

notifications-leave-by-idclj

(notifications-leave-by-id user-id & rest__2494__auto__)
source

notifications-leave-by-nameclj

(notifications-leave-by-name screen-name & rest__2494__auto__)
source

public-timelineclj

(public-timeline & rest__2494__auto__)
source

rate-limit-statusclj

(rate-limit-status & rest__2494__auto__)
source

saved-searchesclj

(saved-searches & rest__2494__auto__)
source

(search q & rest__2494__auto__)
source

send-direct-message-to-idclj

(send-direct-message-to-id text user-id & rest__2494__auto__)
source

send-direct-message-to-nameclj

(send-direct-message-to-name screen-name text & rest__2494__auto__)
source

sent-direct-messagesclj

(sent-direct-messages & rest__2494__auto__)
source

show-friendship-by-idsclj

(show-friendship-by-ids source-id target-id & rest__2494__auto__)
source

show-friendship-by-namesclj

(show-friendship-by-names source-screen-name
                          target-screen-name
                          &
                          rest__2494__auto__)
source

(show-saved-search id & rest__2494__auto__)
source

show-statusclj

(show-status id & rest__2494__auto__)
source

show-user-by-idclj

(show-user-by-id user-id & rest__2494__auto__)
source

show-user-by-nameclj

(show-user-by-name screen-name & rest__2494__auto__)
source

status-handlerclj

(status-handler result)

Handle the various HTTP status codes that may be returned when accessing the Twitter API.

Handle the various HTTP status codes that may be returned when accessing
the Twitter API.
sourceraw docstring

(trends & rest__2494__auto__)
source

update-delivery-deviceclj

(update-delivery-device device & rest__2494__auto__)
source

update-profileclj

(update-profile & rest__2494__auto__)
source

update-profile-background-imageclj

(update-profile-background-image image & rest__2570__auto__)
source

update-profile-colorsclj

(update-profile-colors & rest__2494__auto__)
source

update-profile-imageclj

(update-profile-image image)
source

update-statusclj

(update-status status & rest__2494__auto__)
source

user-timelineclj

(user-timeline & rest__2494__auto__)
source

(users-search q & rest__2494__auto__)
source

verify-credentialsclj

(verify-credentials & rest__2494__auto__)
source

(weekly-trends & rest__2494__auto__)
source

with-httpscljmacro

(with-https & body)
source

with-oauthcljmacro

(with-oauth consumer access-token access-token-secret & body)

Set the OAuth access token to be used for all contained Twitter requests.

Set the OAuth access token to be used for all contained Twitter requests.
sourceraw docstring

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

× close