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 information about an application.
See: App Engine Admin API Reference for appengine.apps.get
.
Synopsis
- type AppsGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Application))))))))
- appsGet :: Text -> AppsGet
- data AppsGet
- agXgafv :: Lens' AppsGet (Maybe Xgafv)
- agUploadProtocol :: Lens' AppsGet (Maybe Text)
- agAccessToken :: Lens' AppsGet (Maybe Text)
- agUploadType :: Lens' AppsGet (Maybe Text)
- agAppsId :: Lens' AppsGet Text
- agCallback :: Lens' AppsGet (Maybe Text)
REST Resource
type AppsGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Application)))))))) Source #
A resource alias for appengine.apps.get
method which the
AppsGet
request conforms to.
Creating a Request
Creates a value of AppsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Gets information about an application.
See: appsGet
smart constructor.
Instances
Request Lenses
agUploadProtocol :: Lens' AppsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
agUploadType :: Lens' AppsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").