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 app details for this edit. This includes the default language and developer support contact information.
See: Google Play Developer API Reference for androidpublisher.edits.details.get
.
Synopsis
- type EditsDetailsGetResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("details" :> (QueryParam "alt" AltJSON :> Get '[JSON] AppDetails)))))))
- editsDetailsGet :: Text -> Text -> EditsDetailsGet
- data EditsDetailsGet
- edgPackageName :: Lens' EditsDetailsGet Text
- edgEditId :: Lens' EditsDetailsGet Text
REST Resource
type EditsDetailsGetResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("details" :> (QueryParam "alt" AltJSON :> Get '[JSON] AppDetails))))))) Source #
A resource alias for androidpublisher.edits.details.get
method which the
EditsDetailsGet
request conforms to.
Creating a Request
Creates a value of EditsDetailsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsDetailsGet Source #
Fetches app details for this edit. This includes the default language and developer support contact information.
See: editsDetailsGet
smart constructor.
Instances
Request Lenses
edgPackageName :: Lens' EditsDetailsGet Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".