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.Listings.Get

Contents

Description

Fetches information about a localized store listing.

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

Synopsis

REST Resource

type EditsListingsGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Listing)))))))) Source

A resource alias for androidpublisher.edits.listings.get method which the EditsListingsGet request conforms to.

Creating a Request

editsListingsGet Source

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

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

Request Lenses

elgPackageName :: Lens' EditsListingsGet Text Source

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

elgLanguage :: Lens' EditsListingsGet Text Source

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

elgEditId :: Lens' EditsListingsGet Text Source

Unique identifier for this edit.