clj-slack icon indicating copy to clipboard operation
clj-slack copied to clipboard

Use Slack REST API from Clojure

Results 5 clj-slack issues
Sort by recently updated
recently updated
newest added

Ensure the following dependencies are up to date: - clojure - clj-http - data.json - tools.logging

Multipart stuff.

enhancement

The example of file upload using a clojure.java.io/input-stream from the readme is broken ``` Execution error at clojure.data.json/write-generic (json.clj:599). Don't know how to write JSON of class java.io.BufferedInputStream ``` seems...

[Babashka](https://babashka.org) is great for writing scripts in Clojure. We use it for our CI and deployment scripts. I find it quite common wanting to send automated messages to Slack from...

It seems that the auth style used by the library, namely [passing token in query params](https://github.com/julienXX/clj-slack/blob/master/src/clj_slack/core.clj#L63) no longer works: ``` {:error "invalid_auth", :response {:ok false, :error "invalid_auth"}} ``` You need...