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 track configuration for the specified track type. Includes the APK version codes that are in this track.
See: Google Play Developer API Reference for androidpublisher.edits.tracks.get
.
Synopsis
- type EditsTracksGetResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("tracks" :> (Capture "track" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Track))))))))
- editsTracksGet :: Text -> Text -> Text -> EditsTracksGet
- data EditsTracksGet
- etgtTrack :: Lens' EditsTracksGet Text
- etgtPackageName :: Lens' EditsTracksGet Text
- etgtEditId :: Lens' EditsTracksGet Text
REST Resource
type EditsTracksGetResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("tracks" :> (Capture "track" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Track)))))))) Source #
A resource alias for androidpublisher.edits.tracks.get
method which the
EditsTracksGet
request conforms to.
Creating a Request
Creates a value of EditsTracksGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsTracksGet Source #
Fetches the track configuration for the specified track type. Includes the APK version codes that are in this track.
See: editsTracksGet
smart constructor.
Instances
Request Lenses
etgtPackageName :: Lens' EditsTracksGet Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
etgtEditId :: Lens' EditsTracksGet Text Source #
Unique identifier for this edit.