gogol-books-0.5.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.Volumes.Mybooks.List

Contents

Description

Return a list of books in My Library.

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

Synopsis

REST Resource

type VolumesMybooksListResource = "books" :> ("v1" :> ("volumes" :> ("mybooks" :> (QueryParams "processingState" VolumesMybooksListProcessingState :> (QueryParams "acquireMethod" VolumesMybooksListAcquireMethod :> (QueryParam "country" Text :> (QueryParam "locale" Text :> (QueryParam "source" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] Volumes))))))))))) Source #

A resource alias for books.volumes.mybooks.list method which the VolumesMybooksList request conforms to.

Creating a Request

volumesMybooksList :: VolumesMybooksList Source #

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

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

data VolumesMybooksList Source #

Return a list of books in My Library.

See: volumesMybooksList smart constructor.

Instances
Eq VolumesMybooksList Source # 
Instance details

Defined in Network.Google.Resource.Books.Volumes.Mybooks.List

Data VolumesMybooksList Source # 
Instance details

Defined in Network.Google.Resource.Books.Volumes.Mybooks.List

Methods

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

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

toConstr :: VolumesMybooksList -> Constr #

dataTypeOf :: VolumesMybooksList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show VolumesMybooksList Source # 
Instance details

Defined in Network.Google.Resource.Books.Volumes.Mybooks.List

Generic VolumesMybooksList Source # 
Instance details

Defined in Network.Google.Resource.Books.Volumes.Mybooks.List

Associated Types

type Rep VolumesMybooksList :: Type -> Type #

GoogleRequest VolumesMybooksList Source # 
Instance details

Defined in Network.Google.Resource.Books.Volumes.Mybooks.List

Associated Types

type Rs VolumesMybooksList :: Type #

type Scopes VolumesMybooksList :: [Symbol] #

type Rep VolumesMybooksList Source # 
Instance details

Defined in Network.Google.Resource.Books.Volumes.Mybooks.List

type Scopes VolumesMybooksList Source # 
Instance details

Defined in Network.Google.Resource.Books.Volumes.Mybooks.List

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

Defined in Network.Google.Resource.Books.Volumes.Mybooks.List

Request Lenses

vmlProcessingState :: Lens' VolumesMybooksList [VolumesMybooksListProcessingState] Source #

The processing state of the user uploaded volumes to be returned. Applicable only if the UPLOADED is specified in the acquireMethod.

vmlCountry :: Lens' VolumesMybooksList (Maybe Text) Source #

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

vmlLocale :: Lens' VolumesMybooksList (Maybe Text) Source #

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

vmlSource :: Lens' VolumesMybooksList (Maybe Text) Source #

String to identify the originator of this request.

vmlStartIndex :: Lens' VolumesMybooksList (Maybe Word32) Source #

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

vmlMaxResults :: Lens' VolumesMybooksList (Maybe Word32) Source #

Maximum number of results to return.