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.Edits.APKListings.Get

Contents

Description

Fetches the APK-specific localized listing for a specified APK and language code.

See: Google Play Developer API Reference for androidpublisher.edits.apklistings.get.

Synopsis

REST Resource

type EditsAPKListingsGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` APKListing)))))))))) Source

A resource alias for androidpublisher.edits.apklistings.get method which the EditsAPKListingsGet request conforms to.

Creating a Request

editsAPKListingsGet Source

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

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

Request Lenses

eapklgPackageName :: Lens' EditsAPKListingsGet Text Source

Unique identifier for the Android app that is being updated; for example, "com.spiffygame".

eapklgAPKVersionCode :: Lens' EditsAPKListingsGet Int32 Source

The APK version code whose APK-specific listings should be read or modified.

eapklgLanguage :: Lens' EditsAPKListingsGet Text Source

The language code (a BCP-47 language tag) of the APK-specific localized listing to read or modify. For example, to select Austrian German, pass "de-AT".

eapklgEditId :: Lens' EditsAPKListingsGet Text Source

Unique identifier for this edit.