drone29a / clj-oauth

OAuth Consumer support for Clojure
BSD 2-Clause "Simplified" License
273 stars 52 forks source link

update to 1.3, replace dep on clj-apache-http with clj-http and general cleanup (subsumes pull req #13) #14

Closed tavisrudd closed 12 years ago

tavisrudd commented 12 years ago

Hi Matt, I've continued on from Roman's pull req #13 and removed the dependency on clj-apache-http, which appears to be a dead project at the point. I've replaced it with the actively maintained clj-http. I also did a bit of general cleanup. All the tests pass here and I've tested it with an update of clojure-twitter (another pull request is coming in a minute for that). Roman and I have also tested it with github's oauth.

I hope this isn't too much to digest in one go. Cheers, Tavis

drone29a commented 12 years ago

Thanks guys! I went ahead and merged since tests pass, let me know if you run into problems, I haven't been using the libs recently.