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

Contents

Description

Get the list of your verified websites and domains.

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

Synopsis

REST Resource

type WebResourceListResource = "siteVerification" :> ("v1" :> ("webResource" :> (QueryParam "alt" AltJSON :> Get `[JSON]` SiteVerificationWebResourceListResponse))) Source

A resource alias for siteVerification.webResource.list method which the WebResourceList request conforms to.

Creating a Request

webResourceList :: WebResourceList Source

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