| 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 |
Network.Google.Resource.Games.Metagame.GetMetagameConfig
Description
Return the metagame configuration data for the calling application.
See: Google Play Game Services API Reference for games.metagame.getMetagameConfig.
- type MetagameGetMetagameConfigResource = "games" :> ("v1" :> ("metagameConfig" :> (QueryParam "consistencyToken" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] MetagameConfig))))
- metagameGetMetagameConfig :: MetagameGetMetagameConfig
- data MetagameGetMetagameConfig
- mgmcConsistencyToken :: Lens' MetagameGetMetagameConfig (Maybe Int64)
REST Resource
type MetagameGetMetagameConfigResource = "games" :> ("v1" :> ("metagameConfig" :> (QueryParam "consistencyToken" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] MetagameConfig)))) Source #
A resource alias for games.metagame.getMetagameConfig method which the
MetagameGetMetagameConfig request conforms to.
Creating a Request
metagameGetMetagameConfig :: MetagameGetMetagameConfig Source #
Creates a value of MetagameGetMetagameConfig with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data MetagameGetMetagameConfig Source #
Return the metagame configuration data for the calling application.
See: metagameGetMetagameConfig smart constructor.
Instances
Request Lenses
mgmcConsistencyToken :: Lens' MetagameGetMetagameConfig (Maybe Int64) Source #
The last-seen mutation timestamp.