gogol-games-0.0.1: Google Play Game Services SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Games.Metagame.GetMetagameConfig

Contents

Description

Return the metagame configuration data for the calling application.

See: Google Play Game Services API Reference for games.metagame.getMetagameConfig.

Synopsis

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.