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 |
Indicate that the the currently authenticated user is playing your application.
See: Google Play Game Services API Reference for games.applications.played
.
- type ApplicationsPlayedResource = "games" :> ("v1" :> ("applications" :> ("played" :> (QueryParam "alt" AltJSON :> Post `[JSON]` ()))))
- applicationsPlayed :: ApplicationsPlayed
- data ApplicationsPlayed
REST Resource
type ApplicationsPlayedResource = "games" :> ("v1" :> ("applications" :> ("played" :> (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.
data ApplicationsPlayed Source
Indicate that the the currently authenticated user is playing your application.
See: applicationsPlayed
smart constructor.