gogol-shopping-content-0.0.1: Google Content API for Shopping 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.Content.Datafeeds.Get

Contents

Description

Retrieves a datafeed from your Merchant Center account.

See: Content API for Shopping Reference for content.datafeeds.get.

Synopsis

REST Resource

type DatafeedsGetResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("datafeeds" :> (Capture "datafeedId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get `[JSON]` Datafeed))))) Source

A resource alias for content.datafeeds.get method which the DatafeedsGet request conforms to.

Creating a Request

datafeedsGet Source

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

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

data DatafeedsGet Source

Retrieves a datafeed from your Merchant Center account.

See: datafeedsGet smart constructor.

Request Lenses