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

Contents

Description

Returns all of the localized store listings attached to this edit.

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

Synopsis

REST Resource

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

A resource alias for androidpublisher.edits.listings.list method which the EditsListingsList request conforms to.

Creating a Request

editsListingsList Source

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

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

Request Lenses

ellPackageName :: Lens' EditsListingsList Text Source

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

ellEditId :: Lens' EditsListingsList Text Source

Unique identifier for this edit.