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.Applications.Played

Contents

Description

Indicate that the the currently authenticated user is playing your application.

See: Google Play Game Services API Reference for games.applications.played.

Synopsis

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.