julienXX / clj-slack

Use Slack REST API from Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file upload broken

yenda opened this issue · comments

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 like it was caused by this commit: 739847b