gogol-webmaster-tools-0.0.1: Google Webmaster Tools 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.Webmasters.Sites.Add

Contents

Description

Adds a site to the set of the user's sites in Webmaster Tools.

See: Webmaster Tools API Reference for webmasters.sites.add.

Synopsis

REST Resource

type SitesAddResource = "webmasters" :> ("v3" :> ("sites" :> (Capture "siteUrl" Text :> (QueryParam "alt" AltJSON :> Put `[JSON]` ())))) Source

A resource alias for webmasters.sites.add method which the SitesAdd request conforms to.

Creating a Request

sitesAdd Source

Arguments

:: Text

saSiteURL

-> SitesAdd 

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

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

data SitesAdd Source

Adds a site to the set of the user's sites in Webmaster Tools.

See: sitesAdd smart constructor.

Request Lenses

saSiteURL :: Lens' SitesAdd Text Source

The URL of the site to add.