views:

549

answers:

2

Is there available REST api library for haskell?

I need it primary for google gdata client, but will probably use it for other purposes too.

I know there is HTTP library, but I need something more high level, which supports things like json encoding/decoding, etc...

+1  A: 

According to "cabal list", there is no such thing among libraries on Hackage. Sad, but true.

ADEpt
+1  A: 

did you find a solution. i need a haskell interface to google contacts, which goes possibly through the same REST protocol. what did you experience? any code you could share? andrew