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 |
Lists all the track configurations for this edit.
See: Google Play Developer API Reference for androidpublisher.edits.tracks.list
.
Synopsis
- type EditsTracksListResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("tracks" :> (QueryParam "alt" AltJSON :> Get '[JSON] TracksListResponse)))))))
- editsTracksList :: Text -> Text -> EditsTracksList
- data EditsTracksList
- etlPackageName :: Lens' EditsTracksList Text
- etlEditId :: Lens' EditsTracksList Text
REST Resource
type EditsTracksListResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("tracks" :> (QueryParam "alt" AltJSON :> Get '[JSON] TracksListResponse))))))) Source #
A resource alias for androidpublisher.edits.tracks.list
method which the
EditsTracksList
request conforms to.
Creating a Request
Creates a value of EditsTracksList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsTracksList Source #
Lists all the track configurations for this edit.
See: editsTracksList
smart constructor.
Instances
Request Lenses
etlPackageName :: Lens' EditsTracksList Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".