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

Contents

Description

Retrieves details about crawl errors for a site's sample URL.

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

Synopsis

REST Resource

type URLCrawlErrorsSamplesGetResource = "webmasters" :> ("v3" :> ("sites" :> (Capture "siteUrl" Text :> ("urlCrawlErrorsSamples" :> (Capture "url" Text :> (QueryParam "category" URLCrawlErrorsSamplesGetCategory :> (QueryParam "platform" URLCrawlErrorsSamplesGetPlatform :> (QueryParam "alt" AltJSON :> Get `[JSON]` URLCrawlErrorsSample)))))))) Source

A resource alias for webmasters.urlcrawlerrorssamples.get method which the URLCrawlErrorsSamplesGet request conforms to.

Creating a Request

urlCrawlErrorsSamplesGet Source

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

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

Request Lenses

ucesgPlatform :: Lens' URLCrawlErrorsSamplesGet URLCrawlErrorsSamplesGetPlatform Source

The user agent type (platform) that made the request. For example: web

ucesgCategory :: Lens' URLCrawlErrorsSamplesGet URLCrawlErrorsSamplesGetCategory Source

The crawl error category. For example: authPermissions

ucesgSiteURL :: Lens' URLCrawlErrorsSamplesGet Text Source

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

ucesgURL :: Lens' URLCrawlErrorsSamplesGet Text Source

The relative path (without the site) of the sample URL. It must be one of the URLs returned by list(). For example, for the URL https://www.example.com/pagename on the site https://www.example.com/, the url value is pagename