gogol-books-0.0.1: Google Books SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Books.Volumes.Associated.List

Contents

Description

Return a list of associated books.

See: Books API Reference for books.volumes.associated.list.

Synopsis

REST Resource

type VolumesAssociatedListResource = "books" :> ("v1" :> ("volumes" :> (Capture "volumeId" Text :> ("associated" :> (QueryParam "locale" Text :> (QueryParam "maxAllowedMaturityRating" VolumesAssociatedListMaxAllowedMaturityRating :> (QueryParam "source" Text :> (QueryParam "association" VolumesAssociatedListAssociation :> (QueryParam "alt" AltJSON :> Get `[JSON]` Volumes))))))))) Source

A resource alias for books.volumes.associated.list method which the VolumesAssociatedList request conforms to.

Creating a Request

volumesAssociatedList Source

Creates a value of VolumesAssociatedList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

valLocale :: Lens' VolumesAssociatedList (Maybe Text) Source

ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating recommendations.

valMaxAllowedMaturityRating :: Lens' VolumesAssociatedList (Maybe VolumesAssociatedListMaxAllowedMaturityRating) Source

The maximum allowed maturity rating of returned recommendations. Books with a higher maturity rating are filtered out.

valSource :: Lens' VolumesAssociatedList (Maybe Text) Source

String to identify the originator of this request.