Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Deletes an edit for an app. Creating a new edit will automatically delete any of your previous edits so this method need only be called if you want to preemptively abandon an edit.
See: Google Play Developer API Reference for androidpublisher.edits.delete
.
Synopsis
- type EditsDeleteResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))
- editsDelete :: Text -> Text -> EditsDelete
- data EditsDelete
- edPackageName :: Lens' EditsDelete Text
- edEditId :: Lens' EditsDelete Text
REST Resource
type EditsDeleteResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))) Source #
A resource alias for androidpublisher.edits.delete
method which the
EditsDelete
request conforms to.
Creating a Request
Creates a value of EditsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsDelete Source #
Deletes an edit for an app. Creating a new edit will automatically delete any of your previous edits so this method need only be called if you want to preemptively abandon an edit.
See: editsDelete
smart constructor.
Instances
Request Lenses
edPackageName :: Lens' EditsDelete Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".