gogol-books-0.4.0: 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.MyLibrary.Annotations.Summary

Contents

Description

Gets the summary of specified layers.

See: Books API Reference for books.mylibrary.annotations.summary.

Synopsis

REST Resource

type MyLibraryAnnotationsSummaryResource = "books" :> ("v1" :> ("mylibrary" :> ("annotations" :> ("summary" :> (QueryParams "layerIds" Text :> (QueryParam "volumeId" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] AnnotationsSummary))))))) Source #

A resource alias for books.mylibrary.annotations.summary method which the MyLibraryAnnotationsSummary request conforms to.

Creating a Request

myLibraryAnnotationsSummary Source #

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

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

data MyLibraryAnnotationsSummary Source #

Gets the summary of specified layers.

See: myLibraryAnnotationsSummary smart constructor.

Instances
Eq MyLibraryAnnotationsSummary Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Annotations.Summary

Data MyLibraryAnnotationsSummary Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Annotations.Summary

Methods

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

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

toConstr :: MyLibraryAnnotationsSummary -> Constr #

dataTypeOf :: MyLibraryAnnotationsSummary -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MyLibraryAnnotationsSummary Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Annotations.Summary

Generic MyLibraryAnnotationsSummary Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Annotations.Summary

Associated Types

type Rep MyLibraryAnnotationsSummary :: Type -> Type #

GoogleRequest MyLibraryAnnotationsSummary Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Annotations.Summary

type Rep MyLibraryAnnotationsSummary Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Annotations.Summary

type Rep MyLibraryAnnotationsSummary = D1 (MetaData "MyLibraryAnnotationsSummary" "Network.Google.Resource.Books.MyLibrary.Annotations.Summary" "gogol-books-0.4.0-JsYtirrXlXLDWYQKuxGcRl" False) (C1 (MetaCons "MyLibraryAnnotationsSummary'" PrefixI True) (S1 (MetaSel (Just "_mlasLayerIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text]) :*: S1 (MetaSel (Just "_mlasVolumeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes MyLibraryAnnotationsSummary Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Annotations.Summary

type Scopes MyLibraryAnnotationsSummary = "https://www.googleapis.com/auth/books" ': ([] :: [Symbol])
type Rs MyLibraryAnnotationsSummary Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Annotations.Summary

Request Lenses

mlasLayerIds :: Lens' MyLibraryAnnotationsSummary [Text] Source #

Array of layer IDs to get the summary for.

mlasVolumeId :: Lens' MyLibraryAnnotationsSummary Text Source #

Volume id to get the summary for.