gogol-blogger-0.0.1: Google Blogger SDK.

Copyright(c) 2015 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:

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.