| Copyright | (c) 2015 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.Get
Description
Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).
See: Google Play Developer API Reference for androidpublisher.edits.get.
- type EditsGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` AppEdit))))))
- editsGet :: Text -> Text -> EditsGet
- data EditsGet
- egPackageName :: Lens' EditsGet Text
- egEditId :: Lens' EditsGet Text
REST Resource
type EditsGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` AppEdit)))))) Source
A resource alias for androidpublisher.edits.get method which the
EditsGet request conforms to.
Creating a Request
Creates a value of EditsGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).
See: editsGet smart constructor.
Request Lenses
egPackageName :: Lens' EditsGet Text Source
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".