isohunt-0.1.3: Bindings to the isoHunt torrent search API

Safe HaskellSafe-Infered

IsoHunt.Response

Description

The Response data type. This should be imported qualified so as not to conflict with the accessors from the Item and Image data types:

 import qualified IsoHunt.Response as Response
 import qualified IsoHunt.Item as Item
 import qualified IsoHunt.Image as Image

 ... Response.title r ... Item.title i ... Image.title im ...

These fields are mostly undocumented; see http://ca.isohunt.com/js/json.php?ihq=ubuntu&start=1&rows=4 for an example response.

Documentation