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.Personalizedstream.Get

Contents

Description

Returns a stream of personalized book clusters

See: Books API Reference for books.personalizedstream.get.

Synopsis

REST Resource

type PersonalizedstreamGetResource = "books" :> ("v1" :> ("personalizedstream" :> ("get" :> (QueryParam "locale" Text :> (QueryParam "maxAllowedMaturityRating" PersonalizedstreamGetMaxAllowedMaturityRating :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Discoveryclusters))))))) Source

A resource alias for books.personalizedstream.get method which the PersonalizedstreamGet request conforms to.

Creating a Request

personalizedstreamGet :: PersonalizedstreamGet Source

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

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

Request Lenses

pgLocale :: Lens' PersonalizedstreamGet (Maybe Text) Source

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

pgMaxAllowedMaturityRating :: Lens' PersonalizedstreamGet (Maybe PersonalizedstreamGetMaxAllowedMaturityRating) Source

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

pgSource :: Lens' PersonalizedstreamGet (Maybe Text) Source

String to identify the originator of this request.