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

Contents

Description

Returns Series metadata for the given series ids.

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

Synopsis

REST Resource

type SeriesGetResource = "books" :> ("v1" :> ("series" :> ("get" :> (QueryParams "series_id" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Series))))) Source #

A resource alias for books.series.get method which the SeriesGet request conforms to.

Creating a Request

seriesGet Source #

Arguments

:: [Text]

sgSeriesId

-> SeriesGet 

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

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

data SeriesGet Source #

Returns Series metadata for the given series ids.

See: seriesGet smart constructor.

Instances
Eq SeriesGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Series.Get

Data SeriesGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Series.Get

Methods

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

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

toConstr :: SeriesGet -> Constr #

dataTypeOf :: SeriesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SeriesGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Series.Get

Generic SeriesGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Series.Get

Associated Types

type Rep SeriesGet :: Type -> Type #

GoogleRequest SeriesGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Series.Get

Associated Types

type Rs SeriesGet :: Type #

type Scopes SeriesGet :: [Symbol] #

type Rep SeriesGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Series.Get

type Rep SeriesGet = D1 (MetaData "SeriesGet" "Network.Google.Resource.Books.Series.Get" "gogol-books-0.4.0-JsYtirrXlXLDWYQKuxGcRl" True) (C1 (MetaCons "SeriesGet'" PrefixI True) (S1 (MetaSel (Just "_sgSeriesId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Scopes SeriesGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Series.Get

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

Defined in Network.Google.Resource.Books.Series.Get

Request Lenses

sgSeriesId :: Lens' SeriesGet [Text] Source #

String that identifies the series