| 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 |
Network.Google.Resource.AndroidPublisher.Edits.APKs.List
Description
See: Google Play Developer API Reference for androidpublisher.edits.apks.list.
Synopsis
- type EditsAPKsListResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (QueryParam "alt" AltJSON :> Get '[JSON] APKsListResponse)))))))
- editsAPKsList :: Text -> Text -> EditsAPKsList
- data EditsAPKsList
- eapklPackageName :: Lens' EditsAPKsList Text
- eapklEditId :: Lens' EditsAPKsList Text
REST Resource
type EditsAPKsListResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (QueryParam "alt" AltJSON :> Get '[JSON] APKsListResponse))))))) Source #
A resource alias for androidpublisher.edits.apks.list method which the
EditsAPKsList request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> EditsAPKsList |
Creates a value of EditsAPKsList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsAPKsList Source #
Instances
Request Lenses
eapklPackageName :: Lens' EditsAPKsList Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
eapklEditId :: Lens' EditsAPKsList Text Source #
Unique identifier for this edit.