gogol-blogger-0.3.0: Google Blogger 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.Blogger.Pages.Get

Contents

Description

Gets one blog page by ID.

See: Blogger API Reference for blogger.pages.get.

Synopsis

REST Resource

type PagesGetResource = "blogger" :> ("v3" :> ("blogs" :> (Capture "blogId" Text :> ("pages" :> (Capture "pageId" Text :> (QueryParam "view" PagesGetView :> (QueryParam "alt" AltJSON :> Get '[JSON] Page))))))) Source #

A resource alias for blogger.pages.get method which the PagesGet request conforms to.

Creating a Request

pagesGet Source #

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

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

data PagesGet Source #

Gets one blog page by ID.

See: pagesGet smart constructor.

Instances

Eq PagesGet Source # 
Data PagesGet Source # 

Methods

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

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

toConstr :: PagesGet -> Constr #

dataTypeOf :: PagesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PagesGet Source # 
Generic PagesGet Source # 

Associated Types

type Rep PagesGet :: * -> * #

Methods

from :: PagesGet -> Rep PagesGet x #

to :: Rep PagesGet x -> PagesGet #

GoogleRequest PagesGet Source # 

Associated Types

type Rs PagesGet :: * #

type Scopes PagesGet :: [Symbol] #

type Rep PagesGet Source # 
type Rep PagesGet = D1 (MetaData "PagesGet" "Network.Google.Resource.Blogger.Pages.Get" "gogol-blogger-0.3.0-BS58SVsiFJLCdRODXPa5ak" False) (C1 (MetaCons "PagesGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pgBlogId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_pgPageId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_pgView") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PagesGetView))))))
type Scopes PagesGet Source # 
type Scopes PagesGet = (:) Symbol "https://www.googleapis.com/auth/blogger" ((:) Symbol "https://www.googleapis.com/auth/blogger.readonly" ([] Symbol))
type Rs PagesGet Source # 

Request Lenses

pgBlogId :: Lens' PagesGet Text Source #

ID of the blog containing the page.

pgPageId :: Lens' PagesGet Text Source #

The ID of the page to get.