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

Copyright(c) 2015-2016 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.Scores.SubmitMultiple

Contents

Description

Submits multiple scores to leaderboards.

See: Google Play Game Services API Reference for games.scores.submitMultiple.

Synopsis

REST Resource

type ScoresSubmitMultipleResource = "games" :> ("v1" :> ("leaderboards" :> ("scores" :> (QueryParam "language" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PlayerScoreSubmissionList :> Post '[JSON] PlayerScoreListResponse)))))) Source #

A resource alias for games.scores.submitMultiple method which the ScoresSubmitMultiple request conforms to.

Creating a Request

scoresSubmitMultiple Source #

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

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

data ScoresSubmitMultiple Source #

Submits multiple scores to leaderboards.

See: scoresSubmitMultiple smart constructor.

Instances
Eq ScoresSubmitMultiple Source # 
Instance details

Defined in Network.Google.Resource.Games.Scores.SubmitMultiple

Data ScoresSubmitMultiple Source # 
Instance details

Defined in Network.Google.Resource.Games.Scores.SubmitMultiple

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScoresSubmitMultiple -> c ScoresSubmitMultiple #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScoresSubmitMultiple #

toConstr :: ScoresSubmitMultiple -> Constr #

dataTypeOf :: ScoresSubmitMultiple -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ScoresSubmitMultiple) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScoresSubmitMultiple) #

gmapT :: (forall b. Data b => b -> b) -> ScoresSubmitMultiple -> ScoresSubmitMultiple #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScoresSubmitMultiple -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScoresSubmitMultiple -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScoresSubmitMultiple -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScoresSubmitMultiple -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScoresSubmitMultiple -> m ScoresSubmitMultiple #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScoresSubmitMultiple -> m ScoresSubmitMultiple #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScoresSubmitMultiple -> m ScoresSubmitMultiple #

Show ScoresSubmitMultiple Source # 
Instance details

Defined in Network.Google.Resource.Games.Scores.SubmitMultiple

Generic ScoresSubmitMultiple Source # 
Instance details

Defined in Network.Google.Resource.Games.Scores.SubmitMultiple

Associated Types

type Rep ScoresSubmitMultiple :: Type -> Type #

GoogleRequest ScoresSubmitMultiple Source # 
Instance details

Defined in Network.Google.Resource.Games.Scores.SubmitMultiple

Associated Types

type Rs ScoresSubmitMultiple :: Type #

type Scopes ScoresSubmitMultiple :: [Symbol] #

type Rep ScoresSubmitMultiple Source # 
Instance details

Defined in Network.Google.Resource.Games.Scores.SubmitMultiple

type Rep ScoresSubmitMultiple = D1 (MetaData "ScoresSubmitMultiple" "Network.Google.Resource.Games.Scores.SubmitMultiple" "gogol-games-0.5.0-IOfttE0raSUDqs74eP7e0u" False) (C1 (MetaCons "ScoresSubmitMultiple'" PrefixI True) (S1 (MetaSel (Just "_ssmPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 PlayerScoreSubmissionList) :*: S1 (MetaSel (Just "_ssmLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))
type Scopes ScoresSubmitMultiple Source # 
Instance details

Defined in Network.Google.Resource.Games.Scores.SubmitMultiple

type Scopes ScoresSubmitMultiple = "https://www.googleapis.com/auth/games" ': ("https://www.googleapis.com/auth/plus.me" ': ([] :: [Symbol]))
type Rs ScoresSubmitMultiple Source # 
Instance details

Defined in Network.Google.Resource.Games.Scores.SubmitMultiple

Request Lenses

ssmLanguage :: Lens' ScoresSubmitMultiple (Maybe Text) Source #

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