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

Contents

Description

Lists all images for the specified language and image type.

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

Synopsis

REST Resource

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

A resource alias for androidpublisher.edits.images.list method which the EditsImagesList request conforms to.

Creating a Request

editsImagesList Source

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

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

Request Lenses

eilPackageName :: Lens' EditsImagesList Text Source

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

eilLanguage :: Lens' EditsImagesList Text Source

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

eilEditId :: Lens' EditsImagesList Text Source

Unique identifier for this edit.