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

Contents

Description

Fetches the track configuration for the specified track type. Includes the APK version codes that are in this track.

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

Synopsis

REST Resource

type EditsTracksGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("tracks" :> (Capture "track" EditsTracksGetTrack :> (QueryParam "alt" AltJSON :> Get `[JSON]` Track)))))))) Source

A resource alias for androidpublisher.edits.tracks.get method which the EditsTracksGet request conforms to.

Creating a Request

editsTracksGet Source

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

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

data EditsTracksGet Source

Fetches the track configuration for the specified track type. Includes the APK version codes that are in this track.

See: editsTracksGet smart constructor.

Request Lenses

etgtTrack :: Lens' EditsTracksGet EditsTracksGetTrack Source

The track type to read or modify.

etgtPackageName :: Lens' EditsTracksGet Text Source

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

etgtEditId :: Lens' EditsTracksGet Text Source

Unique identifier for this edit.