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

Contents

Description

Fetches the Expansion File configuration for the APK specified.

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

Synopsis

REST Resource

type EditsExpansionFilesGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("expansionFiles" :> (Capture "expansionFileType" EditsExpansionFilesGetExpansionFileType :> (QueryParam "alt" AltJSON :> Get `[JSON]` ExpansionFile)))))))))) Source

A resource alias for androidpublisher.edits.expansionfiles.get method which the EditsExpansionFilesGet request conforms to.

Creating a Request

Request Lenses

eefgPackageName :: Lens' EditsExpansionFilesGet Text Source

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

eefgAPKVersionCode :: Lens' EditsExpansionFilesGet Int32 Source

The version code of the APK whose Expansion File configuration is being read or modified.

eefgEditId :: Lens' EditsExpansionFilesGet Text Source

Unique identifier for this edit.