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 |
Retrieves the metadata of the leaderboard configuration with the given ID.
See: Google Play Game Services Publishing API Reference for gamesConfiguration.leaderboardConfigurations.get
.
Synopsis
- type LeaderboardConfigurationsGetResource = "games" :> ("v1configuration" :> ("leaderboards" :> (Capture "leaderboardId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LeaderboardConfiguration))))
- leaderboardConfigurationsGet :: Text -> LeaderboardConfigurationsGet
- data LeaderboardConfigurationsGet
- lcgLeaderboardId :: Lens' LeaderboardConfigurationsGet Text
REST Resource
type LeaderboardConfigurationsGetResource = "games" :> ("v1configuration" :> ("leaderboards" :> (Capture "leaderboardId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LeaderboardConfiguration)))) Source #
A resource alias for gamesConfiguration.leaderboardConfigurations.get
method which the
LeaderboardConfigurationsGet
request conforms to.
Creating a Request
leaderboardConfigurationsGet Source #
Creates a value of LeaderboardConfigurationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data LeaderboardConfigurationsGet Source #
Retrieves the metadata of the leaderboard configuration with the given ID.
See: leaderboardConfigurationsGet
smart constructor.
Instances
Request Lenses
lcgLeaderboardId :: Lens' LeaderboardConfigurationsGet Text Source #
The ID of the leaderboard.