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

Contents

Description

Lists the sitemaps-entries submitted for this site, or included in the sitemap index file (if sitemapIndex is specified in the request).

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

Synopsis

REST Resource

type SitemapsListResource = "webmasters" :> ("v3" :> ("sites" :> (Capture "siteUrl" Text :> ("sitemaps" :> (QueryParam "sitemapIndex" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` SitemapsListResponse)))))) Source

A resource alias for webmasters.sitemaps.list method which the SitemapsList request conforms to.

Creating a Request

sitemapsList Source

Arguments

:: Text

slSiteURL

-> SitemapsList 

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

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

data SitemapsList Source

Lists the sitemaps-entries submitted for this site, or included in the sitemap index file (if sitemapIndex is specified in the request).

See: sitemapsList smart constructor.

Request Lenses

slSiteURL :: Lens' SitemapsList Text Source

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

slSitemapIndex :: Lens' SitemapsList (Maybe Text) Source

A URL of a site's sitemap index. For example: http://www.example.com/sitemapindex.xml