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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to