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 |
Return the metagame configuration data for the calling application.
See: Google Play Game Services API Reference for games.metagame.getMetagameConfig
.
Synopsis
- type MetagameGetMetagameConfigResource = "games" :> ("v1" :> ("metagameConfig" :> (QueryParam "alt" AltJSON :> Get '[JSON] MetagameConfig)))
- metagameGetMetagameConfig :: MetagameGetMetagameConfig
- data MetagameGetMetagameConfig
REST Resource
type MetagameGetMetagameConfigResource = "games" :> ("v1" :> ("metagameConfig" :> (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.
data MetagameGetMetagameConfig Source #
Return the metagame configuration data for the calling application.
See: metagameGetMetagameConfig
smart constructor.