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 |
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
- type EditsValidateResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (CaptureMode "editId" "validate" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] AppEdit))))))
- editsValidate :: Text -> Text -> EditsValidate
- data EditsValidate
- evPackageName :: Lens' EditsValidate Text
- evEditId :: Lens' EditsValidate Text
REST Resource
type EditsValidateResource = "androidpublisher" :> ("v3" :> ("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
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.
Instances
Request Lenses
evPackageName :: Lens' EditsValidate Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".