gogol-webmaster-tools-0.4.0: Google Search Console SDK.

Copyright(c) 2015-2016 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: Search Console 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:

data SitemapsGet Source #

Retrieves information about a specific sitemap.

See: sitemapsGet smart constructor.

Instances
Eq SitemapsGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.Sitemaps.Get

Data SitemapsGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.Sitemaps.Get

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SitemapsGet -> c SitemapsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SitemapsGet #

toConstr :: SitemapsGet -> Constr #

dataTypeOf :: SitemapsGet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SitemapsGet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SitemapsGet) #

gmapT :: (forall b. Data b => b -> b) -> SitemapsGet -> SitemapsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SitemapsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SitemapsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> SitemapsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SitemapsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SitemapsGet -> m SitemapsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SitemapsGet -> m SitemapsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SitemapsGet -> m SitemapsGet #

Show SitemapsGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.Sitemaps.Get

Generic SitemapsGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.Sitemaps.Get

Associated Types

type Rep SitemapsGet :: Type -> Type #

GoogleRequest SitemapsGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.Sitemaps.Get

Associated Types

type Rs SitemapsGet :: Type #

type Scopes SitemapsGet :: [Symbol] #

type Rep SitemapsGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.Sitemaps.Get

type Rep SitemapsGet = D1 (MetaData "SitemapsGet" "Network.Google.Resource.Webmasters.Sitemaps.Get" "gogol-webmaster-tools-0.4.0-LKq04HhuGk13qpGnIbIn8X" False) (C1 (MetaCons "SitemapsGet'" PrefixI True) (S1 (MetaSel (Just "_sgFeedpath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_sgSiteURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes SitemapsGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.Sitemaps.Get

type Scopes SitemapsGet = "https://www.googleapis.com/auth/webmasters" ': ("https://www.googleapis.com/auth/webmasters.readonly" ': ([] :: [Symbol]))
type Rs SitemapsGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.Sitemaps.Get

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/