Liking cljdoc? Tell your friends :D

oc.lib.slack

Make simple (not web socket) Slack Web API HTTP requests and extract the response.

Make simple (not web socket) Slack Web API HTTP requests and extract the response.
raw docstring

echo-messageclj

Post a message to a Slack channel -or- a thread of a channel, impersonating the user that authored the message.

A thread is specified by its timestamp.

Optionally can include 2 text messages, the 2nd will be a reply to the first, creating a new thread.

Post a message to a Slack channel -or- a thread of a channel, impersonating the user that authored the message.

A thread is specified by its timestamp.

Optionally can include 2 text messages, the 2nd will be a reply to the first, creating a new thread.
raw docstring

get-channelsclj

(get-channels token)

get-dm-channelclj

(get-dm-channel token user-id)

get-team-infoclj

(get-team-info token)

get-user-infoclj

(get-user-info token user-id)

get-usersclj

(get-users token)

marker-charclj


post-attachmentsclj

(post-attachments bot-token channel attachments)
(post-attachments bot-token channel attachments text)

Post attachments as the bot.

Post attachments as the bot.
raw docstring

post-messageclj

(post-message bot-token channel text)

Post a message as the bot.

Post a message as the bot.
raw docstring

proxy-messageclj

Post a message to a Slack channel -or- a thread of a channel, using the bot and mentioning the user that authored the message.

A thread is specified by its timestamp.

Optionally can include 2 text messages, the 2nd will be a reply to the first, creating a new thread.

Post a message to a Slack channel -or- a thread of a channel, using the bot and mentioning the user that
authored the message.

A thread is specified by its timestamp.

Optionally can include 2 text messages, the 2nd will be a reply to the first, creating a new thread.
raw docstring

slack-apiclj

(slack-api method params)

unfurl-post-urlclj

(unfurl-post-url user-token channel ts url-data)

Add data to the url when a Carrot url is posted in slack.

Add data to the url when a Carrot url is posted in slack.
raw docstring

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

× close