[Haskell-cafe] Re: Refactoring of OAuth Library - Need Review

Diego Souza dsouza at bitforest.org
Sun Mar 28 16:24:50 EDT 2010


Wrong link. This is the right one:
http://projects.bitforest.org/hoauth/dist/doc/html/hoauth/Network-OAuth-Consumer.html

~dsouza

On Sun, Mar 28, 2010 at 2:59 PM, Diego Souza <dsouza at bitforest.org> wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100328/2048bdc1/attachment.html


More information about the Haskell-Cafe mailing list