Refactoring of OAuth Library - Need Review

Hi, I've done a complete refactoring of oauth library. This new version is incompatible (in terms of interface) with the previous one. An example of use is available here: http://projects.bitforest.org/hoauth/dist/doc/html/hoauth/Network-OAuth.html Probably the major change is that, along the functions that deal with oauth authentication, there is now an HttpClient typeclass. The library now is able to perform http requests and fully deal with the oauth protocol. I'm planning to upload to hackage soon enough, but before that I'd like to ask if someone could review it and send feedbacks. That would be much appreciated. To get the code: $ darcs get http://projects.bitforest.org/hoauth/ To run tests: $ haskell -isrc/main/haskell -isrc/test/haskell src/test/haskell/Tests.hs Thanks in advance, ~dsouza

Wrong link. This is the right one:
http://projects.bitforest.org/hoauth/dist/doc/html/hoauth/Network-OAuth-Cons...
~dsouza
On Sun, Mar 28, 2010 at 2:59 PM, Diego Souza
Hi,
I've done a complete refactoring of oauth library. This new version is incompatible (in terms of interface) with the previous one. An example of use is available here:
http://projects.bitforest.org/hoauth/dist/doc/html/hoauth/Network-OAuth.html
Probably the major change is that, along the functions that deal with oauth authentication, there is now an HttpClient typeclass. The library now is able to perform http requests and fully deal with the oauth protocol.
I'm planning to upload to hackage soon enough, but before that I'd like to ask if someone could review it and send feedbacks. That would be much appreciated.
To get the code: $ darcs get http://projects.bitforest.org/hoauth/
To run tests: $ haskell -isrc/main/haskell -isrc/test/haskell src/test/haskell/Tests.hs
Thanks in advance, ~dsouza
participants (1)
-
Diego Souza