Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns a list of the achievement configurations in this application.
See: Google Play Game Services Publishing API Reference for gamesConfiguration.achievementConfigurations.list
.
Synopsis
- type AchievementConfigurationsListResource = "games" :> ("v1configuration" :> ("applications" :> (Capture "applicationId" Text :> ("achievements" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] AchievementConfigurationListResponse)))))))
- achievementConfigurationsList :: Text -> AchievementConfigurationsList
- data AchievementConfigurationsList
- aclApplicationId :: Lens' AchievementConfigurationsList Text
- aclPageToken :: Lens' AchievementConfigurationsList (Maybe Text)
- aclMaxResults :: Lens' AchievementConfigurationsList (Maybe Int32)
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:
data AchievementConfigurationsList Source #
Returns a list of the achievement configurations in this application.
See: achievementConfigurationsList
smart constructor.
Instances
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.