gogol-games-configuration-0.1.0: Google Play Game Services Publishing 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.GamesConfiguration.LeaderboardConfigurations.List

Contents

Description

Returns a list of the leaderboard configurations in this application.

See: Google Play Game Services Publishing API Reference for gamesConfiguration.leaderboardConfigurations.list.

Synopsis

REST Resource

type LeaderboardConfigurationsListResource = "games" :> ("v1configuration" :> ("applications" :> (Capture "applicationId" Text :> ("leaderboards" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] LeaderboardConfigurationListResponse))))))) Source #

A resource alias for gamesConfiguration.leaderboardConfigurations.list method which the LeaderboardConfigurationsList request conforms to.

Creating a Request

leaderboardConfigurationsList Source #

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

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

data LeaderboardConfigurationsList Source #

Returns a list of the leaderboard configurations in this application.

See: leaderboardConfigurationsList smart constructor.

Instances

Eq LeaderboardConfigurationsList Source # 
Data LeaderboardConfigurationsList Source # 

Methods

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

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

toConstr :: LeaderboardConfigurationsList -> Constr #

dataTypeOf :: LeaderboardConfigurationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LeaderboardConfigurationsList Source # 
Generic LeaderboardConfigurationsList Source # 
GoogleRequest LeaderboardConfigurationsList Source # 
type Rep LeaderboardConfigurationsList Source # 
type Rep LeaderboardConfigurationsList = D1 (MetaData "LeaderboardConfigurationsList" "Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.List" "gogol-games-configuration-0.1.0-A9Nsbc0NgRi3ra3Ki0rvRP" False) (C1 (MetaCons "LeaderboardConfigurationsList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lclApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_lclPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lclMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))
type Scopes LeaderboardConfigurationsList Source # 
type Scopes LeaderboardConfigurationsList = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs LeaderboardConfigurationsList Source # 

Request Lenses

lclApplicationId :: Lens' LeaderboardConfigurationsList Text Source #

The application ID from the Google Play developer console.

lclPageToken :: Lens' LeaderboardConfigurationsList (Maybe Text) Source #

The token returned by the previous request.

lclMaxResults :: Lens' LeaderboardConfigurationsList (Maybe Int32) Source #

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