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

Contents

Description

Commits/applies the changes made in this edit back to the app.

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

Synopsis

REST Resource

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

A resource alias for androidpublisher.edits.commit method which the EditsCommit request conforms to.

Creating a Request

editsCommit Source

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

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

data EditsCommit Source

Commits/applies the changes made in this edit back to the app.

See: editsCommit smart constructor.

Request Lenses

ecPackageName :: Lens' EditsCommit Text Source

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

ecEditId :: Lens' EditsCommit Text Source

Unique identifier for this edit.