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 details of all web apps for a given enterprise.
See: Google Play EMM API Reference for androidenterprise.webapps.list
.
Synopsis
- type WebAppsListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("webApps" :> (QueryParam "alt" AltJSON :> Get '[JSON] WebAppsListResponse)))))
- webAppsList :: Text -> WebAppsList
- data WebAppsList
- walEnterpriseId :: Lens' WebAppsList Text
REST Resource
type WebAppsListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("webApps" :> (QueryParam "alt" AltJSON :> Get '[JSON] WebAppsListResponse))))) Source #
A resource alias for androidenterprise.webapps.list
method which the
WebAppsList
request conforms to.
Creating a Request
Creates a value of WebAppsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data WebAppsList Source #
Retrieves the details of all web apps for a given enterprise.
See: webAppsList
smart constructor.
Instances
Request Lenses
walEnterpriseId :: Lens' WebAppsList Text Source #
The ID of the enterprise.