r0man / oauth-clj

Clojure OAuth library
95 stars 27 forks source link

Switch to clj-http 0.3.0 #4

Closed r0man closed 12 years ago

r0man commented 12 years ago

Switch to clj-http 0.3.0 and handle StringEntity in :body. See: https://github.com/r0man/oauth-clj/issues/3

r0man commented 12 years ago

Switched to clj-http 0.4.0. Fixed failing tests by setting the content-type.