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.Bookshelves.Volumes.List

Contents

Description

Gets volume information for volumes on a bookshelf.

See: Books API Reference for books.mylibrary.bookshelves.volumes.list.

Synopsis

REST Resource

type MyLibraryBookshelvesVolumesListResource = "books" :> ("v1" :> ("mylibrary" :> ("bookshelves" :> (Capture "shelf" Text :> ("volumes" :> (QueryParam "country" Text :> (QueryParam "q" Text :> (QueryParam "source" Text :> (QueryParam "projection" MyLibraryBookshelvesVolumesListProjection :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "showPreorders" Bool :> (QueryParam "alt" AltJSON :> Get '[JSON] Volumes))))))))))))) Source #

A resource alias for books.mylibrary.bookshelves.volumes.list method which the MyLibraryBookshelvesVolumesList request conforms to.

Creating a Request

myLibraryBookshelvesVolumesList Source #

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

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

data MyLibraryBookshelvesVolumesList Source #

Gets volume information for volumes on a bookshelf.

See: myLibraryBookshelvesVolumesList smart constructor.

Instances
Eq MyLibraryBookshelvesVolumesList Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Bookshelves.Volumes.List

Data MyLibraryBookshelvesVolumesList Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Bookshelves.Volumes.List

Methods

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

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

toConstr :: MyLibraryBookshelvesVolumesList -> Constr #

dataTypeOf :: MyLibraryBookshelvesVolumesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MyLibraryBookshelvesVolumesList Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Bookshelves.Volumes.List

Generic MyLibraryBookshelvesVolumesList Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Bookshelves.Volumes.List

Associated Types

type Rep MyLibraryBookshelvesVolumesList :: Type -> Type #

GoogleRequest MyLibraryBookshelvesVolumesList Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Bookshelves.Volumes.List

type Rep MyLibraryBookshelvesVolumesList Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Bookshelves.Volumes.List

type Rep MyLibraryBookshelvesVolumesList = D1 (MetaData "MyLibraryBookshelvesVolumesList" "Network.Google.Resource.Books.MyLibrary.Bookshelves.Volumes.List" "gogol-books-0.4.0-JsYtirrXlXLDWYQKuxGcRl" False) (C1 (MetaCons "MyLibraryBookshelvesVolumesList'" PrefixI True) (((S1 (MetaSel (Just "_mlbvlCountry") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mlbvlQ") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_mlbvlShelf") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mlbvlSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_mlbvlProjection") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MyLibraryBookshelvesVolumesListProjection)) :*: S1 (MetaSel (Just "_mlbvlStartIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))) :*: (S1 (MetaSel (Just "_mlbvlMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))) :*: S1 (MetaSel (Just "_mlbvlShowPreOrders") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))
type Scopes MyLibraryBookshelvesVolumesList Source # 
Instance details

Defined in Network.Google.Resource.Books.MyLibrary.Bookshelves.Volumes.List

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

Defined in Network.Google.Resource.Books.MyLibrary.Bookshelves.Volumes.List

Request Lenses

mlbvlCountry :: Lens' MyLibraryBookshelvesVolumesList (Maybe Text) Source #

ISO-3166-1 code to override the IP-based location.

mlbvlQ :: Lens' MyLibraryBookshelvesVolumesList (Maybe Text) Source #

Full-text search query string in this bookshelf.

mlbvlShelf :: Lens' MyLibraryBookshelvesVolumesList Text Source #

The bookshelf ID or name retrieve volumes for.

mlbvlSource :: Lens' MyLibraryBookshelvesVolumesList (Maybe Text) Source #

String to identify the originator of this request.

mlbvlStartIndex :: Lens' MyLibraryBookshelvesVolumesList (Maybe Word32) Source #

Index of the first element to return (starts at 0)

mlbvlMaxResults :: Lens' MyLibraryBookshelvesVolumesList (Maybe Word32) Source #

Maximum number of results to return

mlbvlShowPreOrders :: Lens' MyLibraryBookshelvesVolumesList (Maybe Bool) Source #

Set to true to show pre-ordered books. Defaults to false.