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

Contents

Description

Checks that the edit can be successfully committed. The edit's changes are not applied to the live app.

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

Synopsis

REST Resource

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

A resource alias for androidpublisher.edits.validate method which the EditsValidate request conforms to.

Creating a Request

editsValidate Source

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

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

data EditsValidate Source

Checks that the edit can be successfully committed. The edit's changes are not applied to the live app.

See: editsValidate smart constructor.

Request Lenses

evPackageName :: Lens' EditsValidate Text Source

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

evEditId :: Lens' EditsValidate Text Source

Unique identifier for this edit.