| 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.APKListings.Get
Description
Fetches the APK-specific localized listing for a specified APK and language code.
See: Google Play Developer API Reference for androidpublisher.edits.apklistings.get.
- type EditsAPKListingsGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] APKListing))))))))))
- editsAPKListingsGet :: Text -> Int32 -> Text -> Text -> EditsAPKListingsGet
- data EditsAPKListingsGet
- eapklgPackageName :: Lens' EditsAPKListingsGet Text
- eapklgAPKVersionCode :: Lens' EditsAPKListingsGet Int32
- eapklgLanguage :: Lens' EditsAPKListingsGet Text
- eapklgEditId :: Lens' EditsAPKListingsGet Text
REST Resource
type EditsAPKListingsGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] APKListing)))))))))) Source #
A resource alias for androidpublisher.edits.apklistings.get method which the
EditsAPKListingsGet request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Int32 | |
| -> Text | |
| -> Text | |
| -> EditsAPKListingsGet |
Creates a value of EditsAPKListingsGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsAPKListingsGet Source #
Fetches the APK-specific localized listing for a specified APK and language code.
See: editsAPKListingsGet smart constructor.
Instances
Request Lenses
eapklgPackageName :: Lens' EditsAPKListingsGet Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
eapklgAPKVersionCode :: Lens' EditsAPKListingsGet Int32 Source #
The APK version code whose APK-specific listings should be read or modified.
eapklgLanguage :: Lens' EditsAPKListingsGet Text Source #
The language code (a BCP-47 language tag) of the APK-specific localized listing to read or modify. For example, to select Austrian German, pass "de-AT".
eapklgEditId :: Lens' EditsAPKListingsGet Text Source #
Unique identifier for this edit.