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

Contents

Description

Creates a new edit for an app, populated with the app's current state.

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

Synopsis

REST Resource

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

A resource alias for androidpublisher.edits.insert method which the EditsInsert request conforms to.

Creating a Request

editsInsert Source

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

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

data EditsInsert Source

Creates a new edit for an app, populated with the app's current state.

See: editsInsert smart constructor.

Request Lenses

eiPackageName :: Lens' EditsInsert Text Source

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

eiPayload :: Lens' EditsInsert AppEdit Source

Multipart request metadata.