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.Publish

Contents

Description

Publishes a draft page.

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

Synopsis

REST Resource

type PagesPublishResource = "blogger" :> ("v3" :> ("blogs" :> (Capture "blogId" Text :> ("pages" :> (Capture "pageId" Text :> ("publish" :> (QueryParam "alt" AltJSON :> Post `[JSON]` Page))))))) Source

A resource alias for blogger.pages.publish method which the PagesPublish request conforms to.

Creating a Request

pagesPublish Source

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

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

Request Lenses

pagaBlogId :: Lens' PagesPublish Text Source

The ID of the blog.

pagaPageId :: Lens' PagesPublish Text Source

The ID of the page.