Copyright | (c) 2015 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 |
Retrieves the metadata of the achievement configuration with the given ID.
See: Google Play Game Services Publishing API Reference for gamesConfiguration.achievementConfigurations.get
.
- type AchievementConfigurationsGetResource = "games" :> ("v1configuration" :> ("achievements" :> (Capture "achievementId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` AchievementConfiguration))))
- achievementConfigurationsGet :: Text -> AchievementConfigurationsGet
- data AchievementConfigurationsGet
- acgAchievementId :: Lens' AchievementConfigurationsGet Text
REST Resource
type AchievementConfigurationsGetResource = "games" :> ("v1configuration" :> ("achievements" :> (Capture "achievementId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` AchievementConfiguration)))) Source
A resource alias for gamesConfiguration.achievementConfigurations.get
method which the
AchievementConfigurationsGet
request conforms to.
Creating a Request
achievementConfigurationsGet Source
Creates a value of AchievementConfigurationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AchievementConfigurationsGet Source
Retrieves the metadata of the achievement configuration with the given ID.
See: achievementConfigurationsGet
smart constructor.
Request Lenses
acgAchievementId :: Lens' AchievementConfigurationsGet Text Source
The ID of the achievement used by this method.