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 |
Creates or updates a localized store listing. This method supports patch semantics.
See: Google Play Developer API Reference for androidpublisher.edits.listings.patch
.
Synopsis
- type EditsListingsPatchResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Listing :> Patch '[JSON] Listing)))))))))
- editsListingsPatch :: Text -> Listing -> Text -> Text -> EditsListingsPatch
- data EditsListingsPatch
- elpPackageName :: Lens' EditsListingsPatch Text
- elpPayload :: Lens' EditsListingsPatch Listing
- elpLanguage :: Lens' EditsListingsPatch Text
- elpEditId :: Lens' EditsListingsPatch Text
REST Resource
type EditsListingsPatchResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Listing :> Patch '[JSON] Listing))))))))) Source #
A resource alias for androidpublisher.edits.listings.patch
method which the
EditsListingsPatch
request conforms to.
Creating a Request
Creates a value of EditsListingsPatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsListingsPatch Source #
Creates or updates a localized store listing. This method supports patch semantics.
See: editsListingsPatch
smart constructor.
Instances
Request Lenses
elpPackageName :: Lens' EditsListingsPatch Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
elpPayload :: Lens' EditsListingsPatch Listing Source #
Multipart request metadata.
elpLanguage :: Lens' EditsListingsPatch Text Source #
The language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT".