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 |
See: Google Play Developer API Reference for androidpublisher.edits.apks.upload
.
Synopsis
- type EditsAPKsUploadResource = ("androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (QueryParam "alt" AltJSON :> Post '[JSON] APK)))))))) :<|> ("upload" :> ("androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (QueryParam "alt" AltJSON :> (QueryParam "uploadType" AltMedia :> (AltMedia :> Post '[JSON] APK)))))))))))
- editsAPKsUpload :: Text -> Text -> EditsAPKsUpload
- data EditsAPKsUpload
- eapkuPackageName :: Lens' EditsAPKsUpload Text
- eapkuEditId :: Lens' EditsAPKsUpload Text
REST Resource
type EditsAPKsUploadResource = ("androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (QueryParam "alt" AltJSON :> Post '[JSON] APK)))))))) :<|> ("upload" :> ("androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (QueryParam "alt" AltJSON :> (QueryParam "uploadType" AltMedia :> (AltMedia :> Post '[JSON] APK))))))))))) Source #
A resource alias for androidpublisher.edits.apks.upload
method which the
EditsAPKsUpload
request conforms to.
Creating a Request
Creates a value of EditsAPKsUpload
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsAPKsUpload Source #
Instances
Request Lenses
eapkuPackageName :: Lens' EditsAPKsUpload Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
eapkuEditId :: Lens' EditsAPKsUpload Text Source #
Unique identifier for this edit.