google-isbn-0.1

Safe HaskellNone
LanguageHaskell2010

Google.ISBN

Description

Basic utility to search an ISBN using the Google Books webservice

use: https://developers.google.com/books/docs/v1/using

Documentation

data ISBN Source #

Instances
Show ISBN Source # 
Instance details

Defined in Google.ISBN

Methods

showsPrec :: Int -> ISBN -> ShowS #

show :: ISBN -> String #

showList :: [ISBN] -> ShowS #

data GoogleISBN Source #

Instances
Show GoogleISBN Source # 
Instance details

Defined in Google.ISBN

Generic GoogleISBN Source # 
Instance details

Defined in Google.ISBN

Associated Types

type Rep GoogleISBN :: * -> * #

FromJSON GoogleISBN Source # 
Instance details

Defined in Google.ISBN

Methods

parseJSON :: Value -> Parser GoogleISBN

parseJSONList :: Value -> Parser [GoogleISBN]

type Rep GoogleISBN Source # 
Instance details

Defined in Google.ISBN