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

Contents

Description

Retrieve a Blog by URL.

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

Synopsis

REST Resource

type BlogsGetByURLResource = "blogger" :> ("v3" :> ("blogs" :> ("byurl" :> (QueryParam "url" Text :> (QueryParam "view" BlogsGetByURLView :> (QueryParam "alt" AltJSON :> Get `[JSON]` Blog)))))) Source

A resource alias for blogger.blogs.getByUrl method which the BlogsGetByURL request conforms to.

Creating a Request

blogsGetByURL Source

Arguments

:: Text

bgbuURL

-> BlogsGetByURL 

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

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

Request Lenses

bgbuURL :: Lens' BlogsGetByURL Text Source

The URL of the blog to retrieve.

bgbuView :: Lens' BlogsGetByURL (Maybe BlogsGetByURLView) Source

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