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

Contents

Description

Return a list of recommended books for the current user.

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

Synopsis

REST Resource

type VolumesRecommendedListResource = "books" :> ("v1" :> ("volumes" :> ("recommended" :> (QueryParam "locale" Text :> (QueryParam "maxAllowedMaturityRating" VolumesRecommendedListMaxAllowedMaturityRating :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Volumes))))))) Source

A resource alias for books.volumes.recommended.list method which the VolumesRecommendedList request conforms to.

Creating a Request

volumesRecommendedList :: VolumesRecommendedList Source

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

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

Request Lenses

vrlLocale :: Lens' VolumesRecommendedList (Maybe Text) Source

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

vrlMaxAllowedMaturityRating :: Lens' VolumesRecommendedList (Maybe VolumesRecommendedListMaxAllowedMaturityRating) Source

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

vrlSource :: Lens' VolumesRecommendedList (Maybe Text) Source

String to identify the originator of this request.