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

Contents

Description

Gets one blog by ID.

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

Synopsis

REST Resource

type BlogsGetResource = "blogger" :> ("v3" :> ("blogs" :> (Capture "blogId" Text :> (QueryParam "maxPosts" (Textual Word32) :> (QueryParam "view" BlogsGetView :> (QueryParam "alt" AltJSON :> Get `[JSON]` Blog)))))) Source

A resource alias for blogger.blogs.get method which the BlogsGet request conforms to.

Creating a Request

blogsGet Source

Arguments

:: Text

bgBlogId

-> BlogsGet 

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

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

Request Lenses

bgBlogId :: Lens' BlogsGet Text Source

The ID of the blog to get.

bgMaxPosts :: Lens' BlogsGet (Maybe Word32) Source

Maximum number of posts to pull back with the blog.

bgView :: Lens' BlogsGet (Maybe BlogsGetView) Source

Access level with which to view the blog. Note that some fields require elevated access.