gogol-books-0.1.1: Google Books SDK.

Copyright(c) 2015-2016 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.Onboarding.ListCategoryVolumes

Contents

Description

List available volumes under categories for onboarding experience.

See: Books API Reference for books.onboarding.listCategoryVolumes.

Synopsis

REST Resource

type OnboardingListCategoryVolumesResource = "books" :> ("v1" :> ("onboarding" :> ("listCategoryVolumes" :> (QueryParam "locale" Text :> (QueryParam "maxAllowedMaturityRating" OnboardingListCategoryVolumesMaxAllowedMaturityRating :> (QueryParams "categoryId" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] Volume2))))))))) Source #

A resource alias for books.onboarding.listCategoryVolumes method which the OnboardingListCategoryVolumes request conforms to.

Creating a Request

onboardingListCategoryVolumes :: OnboardingListCategoryVolumes Source #

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

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

data OnboardingListCategoryVolumes Source #

List available volumes under categories for onboarding experience.

See: onboardingListCategoryVolumes smart constructor.

Instances

Eq OnboardingListCategoryVolumes Source # 
Data OnboardingListCategoryVolumes Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OnboardingListCategoryVolumes -> c OnboardingListCategoryVolumes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OnboardingListCategoryVolumes #

toConstr :: OnboardingListCategoryVolumes -> Constr #

dataTypeOf :: OnboardingListCategoryVolumes -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c OnboardingListCategoryVolumes) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OnboardingListCategoryVolumes) #

gmapT :: (forall b. Data b => b -> b) -> OnboardingListCategoryVolumes -> OnboardingListCategoryVolumes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OnboardingListCategoryVolumes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OnboardingListCategoryVolumes -> r #

gmapQ :: (forall d. Data d => d -> u) -> OnboardingListCategoryVolumes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OnboardingListCategoryVolumes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OnboardingListCategoryVolumes -> m OnboardingListCategoryVolumes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OnboardingListCategoryVolumes -> m OnboardingListCategoryVolumes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OnboardingListCategoryVolumes -> m OnboardingListCategoryVolumes #

Show OnboardingListCategoryVolumes Source # 
Generic OnboardingListCategoryVolumes Source # 
GoogleRequest OnboardingListCategoryVolumes Source # 
type Rep OnboardingListCategoryVolumes Source # 
type Rep OnboardingListCategoryVolumes = D1 (MetaData "OnboardingListCategoryVolumes" "Network.Google.Resource.Books.Onboarding.ListCategoryVolumes" "gogol-books-0.1.1-DJUI82Cepnh73t90lnxv9L" False) (C1 (MetaCons "OnboardingListCategoryVolumes'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_olcvLocale") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_olcvMaxAllowedMaturityRating") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe OnboardingListCategoryVolumesMaxAllowedMaturityRating)))) ((:*:) (S1 (MetaSel (Just Symbol "_olcvCategoryId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) ((:*:) (S1 (MetaSel (Just Symbol "_olcvPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_olcvPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))))))))
type Scopes OnboardingListCategoryVolumes Source # 
type Scopes OnboardingListCategoryVolumes = (:) Symbol "https://www.googleapis.com/auth/books" ([] Symbol)
type Rs OnboardingListCategoryVolumes Source # 

Request Lenses

olcvLocale :: Lens' OnboardingListCategoryVolumes (Maybe Text) Source #

ISO-639-1 language and ISO-3166-1 country code. Default is en-US if unset.

olcvMaxAllowedMaturityRating :: Lens' OnboardingListCategoryVolumes (Maybe OnboardingListCategoryVolumesMaxAllowedMaturityRating) Source #

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

olcvCategoryId :: Lens' OnboardingListCategoryVolumes [Text] Source #

List of category ids requested.

olcvPageToken :: Lens' OnboardingListCategoryVolumes (Maybe Text) Source #

The value of the nextToken from the previous page.

olcvPageSize :: Lens' OnboardingListCategoryVolumes (Maybe Word32) Source #

Number of maximum results per page to be included in the response.