gogol-siteverification-0.0.1: Google Site Verification 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.SiteVerification.WebResource.Get

Contents

Description

Get the most current data for a website or domain.

See: Google Site Verification API Reference for siteVerification.webResource.get.

Synopsis

REST Resource

type WebResourceGetResource = "siteVerification" :> ("v1" :> ("webResource" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` SiteVerificationWebResourceResource)))) Source

A resource alias for siteVerification.webResource.get method which the WebResourceGet request conforms to.

Creating a Request

webResourceGet Source

Arguments

:: Text

wrgId

-> WebResourceGet 

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

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

Request Lenses

wrgId :: Lens' WebResourceGet Text Source

The id of a verified site or domain.