Safe Haskell | Safe-Infered |
---|
The Item
data type. This should be imported qualified so as not
to conflict with the accessors from the Response
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
Item | |
|