Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Haskell REST/GDATA API library

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

like image 717
Marko Avatar asked Jan 07 '09 21:01

Marko


2 Answers

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

like image 140
ADEpt Avatar answered Oct 12 '22 12:10

ADEpt


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

like image 44
ErikR Avatar answered Oct 12 '22 12:10

ErikR