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 |
Indicate that the the currently authenticated user is playing your application.
See: Google Play Game Services API Reference for games.applications.played
.
Synopsis
- type ApplicationsPlayedResource = "games" :> ("v1" :> ("applications" :> ("played" :> (QueryParam "builtinGameId" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] ())))))
- applicationsPlayed :: ApplicationsPlayed
- data ApplicationsPlayed
- apBuiltinGameId :: Lens' ApplicationsPlayed (Maybe Text)
REST Resource
type ApplicationsPlayedResource = "games" :> ("v1" :> ("applications" :> ("played" :> (QueryParam "builtinGameId" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))) Source #
A resource alias for games.applications.played
method which the
ApplicationsPlayed
request conforms to.
Creating a Request
applicationsPlayed :: ApplicationsPlayed Source #
Creates a value of ApplicationsPlayed
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ApplicationsPlayed Source #
Indicate that the the currently authenticated user is playing your application.
See: applicationsPlayed
smart constructor.
Instances
Request Lenses
apBuiltinGameId :: Lens' ApplicationsPlayed (Maybe Text) Source #
Override used only by built-in games in Play Games application.