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 |
Fetches the Expansion File configuration for the APK specified.
See: Google Play Developer API Reference for androidpublisher.edits.expansionfiles.get
.
Synopsis
- type EditsExpansionFilesGetResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("expansionFiles" :> (Capture "expansionFileType" EditsExpansionFilesGetExpansionFileType :> (QueryParam "alt" AltJSON :> Get '[JSON] ExpansionFile))))))))))
- editsExpansionFilesGet :: Text -> Int32 -> EditsExpansionFilesGetExpansionFileType -> Text -> EditsExpansionFilesGet
- data EditsExpansionFilesGet
- eefgPackageName :: Lens' EditsExpansionFilesGet Text
- eefgAPKVersionCode :: Lens' EditsExpansionFilesGet Int32
- eefgExpansionFileType :: Lens' EditsExpansionFilesGet EditsExpansionFilesGetExpansionFileType
- eefgEditId :: Lens' EditsExpansionFilesGet Text
REST Resource
type EditsExpansionFilesGetResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("expansionFiles" :> (Capture "expansionFileType" EditsExpansionFilesGetExpansionFileType :> (QueryParam "alt" AltJSON :> Get '[JSON] ExpansionFile)))))))))) Source #
A resource alias for androidpublisher.edits.expansionfiles.get
method which the
EditsExpansionFilesGet
request conforms to.
Creating a Request
editsExpansionFilesGet Source #
Creates a value of EditsExpansionFilesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsExpansionFilesGet Source #
Fetches the Expansion File configuration for the APK specified.
See: editsExpansionFilesGet
smart constructor.
Instances
Request Lenses
eefgPackageName :: Lens' EditsExpansionFilesGet Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
eefgAPKVersionCode :: Lens' EditsExpansionFilesGet Int32 Source #
The version code of the APK whose Expansion File configuration is being read or modified.
eefgExpansionFileType :: Lens' EditsExpansionFilesGet EditsExpansionFilesGetExpansionFileType Source #
eefgEditId :: Lens' EditsExpansionFilesGet Text Source #
Unique identifier for this edit.