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.ListByPlayer

Contents

Description

Returns a list showing the current progress on events in this application for the currently authenticated user.

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

Synopsis

REST Resource

type EventsListByPlayerResource = "games" :> ("v1" :> ("events" :> (QueryParam "language" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` PlayerEventListResponse)))))) Source

A resource alias for games.events.listByPlayer method which the EventsListByPlayer request conforms to.

Creating a Request

eventsListByPlayer :: EventsListByPlayer Source

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

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

data EventsListByPlayer Source

Returns a list showing the current progress on events in this application for the currently authenticated user.

See: eventsListByPlayer smart constructor.

Request Lenses

elbpLanguage :: Lens' EventsListByPlayer (Maybe Text) Source

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

elbpPageToken :: Lens' EventsListByPlayer (Maybe Text) Source

The token returned by the previous request.

elbpMaxResults :: Lens' EventsListByPlayer (Maybe Int32) Source

The maximum number of events to return in the response, used for paging. For any response, the actual number of events to return may be less than the specified maxResults.