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 application with the given ID. If the requested application is not available for the specified platformType, the returned response will not include any instance data.
See: Google Play Game Services API Reference for games.applications.get
.
Synopsis
- type ApplicationsGetResource = "games" :> ("v1" :> ("applications" :> (Capture "applicationId" Text :> (QueryParam "platformType" ApplicationsGetPlatformType :> (QueryParam "language" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Application))))))
- applicationsGet :: Text -> ApplicationsGet
- data ApplicationsGet
- agApplicationId :: Lens' ApplicationsGet Text
- agPlatformType :: Lens' ApplicationsGet (Maybe ApplicationsGetPlatformType)
- agLanguage :: Lens' ApplicationsGet (Maybe Text)
REST Resource
type ApplicationsGetResource = "games" :> ("v1" :> ("applications" :> (Capture "applicationId" Text :> (QueryParam "platformType" ApplicationsGetPlatformType :> (QueryParam "language" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Application)))))) Source #
A resource alias for games.applications.get
method which the
ApplicationsGet
request conforms to.
Creating a Request
Creates a value of ApplicationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ApplicationsGet Source #
Retrieves the metadata of the application with the given ID. If the requested application is not available for the specified platformType, the returned response will not include any instance data.
See: applicationsGet
smart constructor.
Instances
Request Lenses
agApplicationId :: Lens' ApplicationsGet Text Source #
The application ID from the Google Play developer console.
agPlatformType :: Lens' ApplicationsGet (Maybe ApplicationsGetPlatformType) Source #
Restrict application details returned to the specific platform.
agLanguage :: Lens' ApplicationsGet (Maybe Text) Source #
The preferred language to use for strings returned by this method.