8

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...

Marko
  • 30,263
  • 18
  • 74
  • 108
  • There is still a need for a library like this. If anyone wants to write one, I am comfortable brewing up a solution with a partner. Drop a line at alex@hirzel.us . – Alex Hirzel Dec 23 '10 at 18:13

2 Answers2

3

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

ADEpt
  • 5,504
  • 1
  • 25
  • 32
2

Now in 2013 there is the handa-gdata package on Hackage.

ErikR
  • 51,541
  • 9
  • 73
  • 124