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.Events.Record

Contents

Description

Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.

See: Google Play Game Services API Reference for games.events.record.

Synopsis

REST Resource

type EventsRecordResource = "games" :> ("v1" :> ("events" :> (QueryParam "language" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` EventRecordRequest :> Post `[JSON]` EventUpdateResponse))))) Source

A resource alias for games.events.record method which the EventsRecord request conforms to.

Creating a Request

eventsRecord Source

Creates a value of EventsRecord with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data EventsRecord Source

Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.

See: eventsRecord smart constructor.

Request Lenses

erPayload :: Lens' EventsRecord EventRecordRequest Source

Multipart request metadata.

erLanguage :: Lens' EventsRecord (Maybe Text) Source

The preferred language to use for strings returned by this method.