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

Contents

Description

Retrieves information about a specific sitemap.

See: Webmaster Tools API Reference for webmasters.sitemaps.get.

Synopsis

REST Resource

type SitemapsGetResource = "webmasters" :> ("v3" :> ("sites" :> (Capture "siteUrl" Text :> ("sitemaps" :> (Capture "feedpath" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` WmxSitemap)))))) Source

A resource alias for webmasters.sitemaps.get method which the SitemapsGet request conforms to.

Creating a Request

sitemapsGet Source

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

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

Request Lenses

sgFeedpath :: Lens' SitemapsGet Text Source

The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml

sgSiteURL :: Lens' SitemapsGet Text Source

The site's URL, including protocol. For example: http://www.example.com/