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

Contents

Description

List all the in-app products for an Android app, both subscriptions and managed in-app products..

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

Synopsis

REST Resource

type InAppProductsListResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("inappproducts" :> (QueryParam "token" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` InAppProductsListResponse)))))))) Source

A resource alias for androidpublisher.inappproducts.list method which the InAppProductsList request conforms to.

Creating a Request

inAppProductsList Source

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

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

data InAppProductsList Source

List all the in-app products for an Android app, both subscriptions and managed in-app products..

See: inAppProductsList smart constructor.

Request Lenses

iaplPackageName :: Lens' InAppProductsList Text Source

Unique identifier for the Android app with in-app products; for example, "com.spiffygame".