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

Contents

Description

Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).

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

Synopsis

REST Resource

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

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

Creating a Request

editsGet Source

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

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

data EditsGet Source

Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).

See: editsGet smart constructor.

Request Lenses

egPackageName :: Lens' EditsGet Text Source

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

egEditId :: Lens' EditsGet Text Source

Unique identifier for this edit.