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

Contents

Description

Returns a list of the achievement configurations in this application.

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

Synopsis

REST Resource

type AchievementConfigurationsListResource = "games" :> ("v1configuration" :> ("applications" :> (Capture "applicationId" Text :> ("achievements" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` AchievementConfigurationListResponse))))))) Source

A resource alias for gamesConfiguration.achievementConfigurations.list method which the AchievementConfigurationsList request conforms to.

Creating a Request

achievementConfigurationsList Source

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

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

Request Lenses

aclApplicationId :: Lens' AchievementConfigurationsList Text Source

The application ID from the Google Play developer console.

aclPageToken :: Lens' AchievementConfigurationsList (Maybe Text) Source

The token returned by the previous request.

aclMaxResults :: Lens' AchievementConfigurationsList (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.