gogol-android-publisher-0.0.1: Google Play Developer 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.AndroidPublisher.InAppProducts.Get

Contents

Description

Returns information about the in-app product specified.

See: Google Play Developer API Reference for androidpublisher.inappproducts.get.

Synopsis

REST Resource

type InAppProductsGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("inappproducts" :> (Capture "sku" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` InAppProduct)))))) Source

A resource alias for androidpublisher.inappproducts.get method which the InAppProductsGet request conforms to.

Creating a Request

inAppProductsGet Source

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

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

Request Lenses

iapgSKU :: Lens' InAppProductsGet Text Source

Unique identifier for the in-app product.