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 |
Gets an existing web app.
See: Google Play EMM API Reference for androidenterprise.webapps.get
.
Synopsis
- type WebAppsGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("webApps" :> (Capture "webAppId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] WebApp))))))
- webAppsGet :: Text -> Text -> WebAppsGet
- data WebAppsGet
- wagWebAppId :: Lens' WebAppsGet Text
- wagEnterpriseId :: Lens' WebAppsGet Text
REST Resource
type WebAppsGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("webApps" :> (Capture "webAppId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] WebApp)))))) Source #
A resource alias for androidenterprise.webapps.get
method which the
WebAppsGet
request conforms to.
Creating a Request
Creates a value of WebAppsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data WebAppsGet Source #
Gets an existing web app.
See: webAppsGet
smart constructor.
Instances
Request Lenses
wagWebAppId :: Lens' WebAppsGet Text Source #
The ID of the web app.
wagEnterpriseId :: Lens' WebAppsGet Text Source #
The ID of the enterprise.