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

Contents

Description

Gets one blog and user info pair by blogId and userId.

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

Synopsis

REST Resource

type BlogUserInfosGetResource = "blogger" :> ("v3" :> ("users" :> (Capture "userId" Text :> ("blogs" :> (Capture "blogId" Text :> (QueryParam "maxPosts" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` BlogUserInfo))))))) Source

A resource alias for blogger.blogUserInfos.get method which the BlogUserInfosGet request conforms to.

Creating a Request

blogUserInfosGet Source

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

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

Request Lenses

buigBlogId :: Lens' BlogUserInfosGet Text Source

The ID of the blog to get.

buigUserId :: Lens' BlogUserInfosGet Text Source

ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the user's profile identifier.

buigMaxPosts :: Lens' BlogUserInfosGet (Maybe Word32) Source

Maximum number of posts to pull back with the blog.