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

Contents

Description

Lists all the track configurations for this edit.

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

Synopsis

REST Resource

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

A resource alias for androidpublisher.edits.tracks.list method which the EditsTracksList request conforms to.

Creating a Request

editsTracksList Source

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

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

Request Lenses

etlPackageName :: Lens' EditsTracksList Text Source

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

etlEditId :: Lens' EditsTracksList Text Source

Unique identifier for this edit.