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.Revisions.Check

Contents

Description

Checks whether the games client is out of date.

See: Google Play Game Services API Reference for games.revisions.check.

Synopsis

REST Resource

type RevisionsCheckResource = "games" :> ("v1" :> ("revisions" :> ("check" :> (QueryParam "clientRevision" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` RevisionCheckResponse))))) Source

A resource alias for games.revisions.check method which the RevisionsCheck request conforms to.

Creating a Request

revisionsCheck Source

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

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

Request Lenses

rcClientRevision :: Lens' RevisionsCheck Text Source

The revision of the client SDK used by your application. Format: [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of PLATFORM_TYPE are: - "ANDROID" - Client is running the Android SDK. - "IOS" - Client is running the iOS SDK. - "WEB_APP" - Client is running as a Web App.