chbrown / twttr

Twitter API client for Clojure supporting REST and Streaming endpoints
35 stars 11 forks source link

upload server fix #11

Closed reutsharabani closed 4 years ago

reutsharabani commented 4 years ago

This only fixes the target server (which was wrong and resulted in 404s).

Uploading media will still not work / is not documented to work because its unclear how to send the image.

I still get "unrecognized media type" for byte arrays, files and input streams so I'm not sure how to actually upload media using this library.

chbrown commented 4 years ago

Cool, thanks. Just merged! (after expanding/clarifying your commit message)

Re: uploading media — IDK, I've never used used the library to upload media. But if you figure it out, I'd be happy to pull check out another PR :) Could be a good example for the README, too!