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

Contents

Description

Lists the user's current inapp item or subscription entitlements

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

Synopsis

REST Resource

type EntitlementsListResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("entitlements" :> (QueryParam "token" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "productId" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` EntitlementsListResponse))))))))) Source

A resource alias for androidpublisher.entitlements.list method which the EntitlementsList request conforms to.

Creating a Request

entitlementsList Source

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

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

Request Lenses

elPackageName :: Lens' EntitlementsList Text Source

The package name of the application the inapp product was sold in (for example, 'com.some.thing').

elProductId :: Lens' EntitlementsList (Maybe Text) Source

The product id of the inapp product (for example, 'sku1'). This can be used to restrict the result set.