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 information about an application for the given application ID.
See: Admin Data Transfer API Reference for datatransfer.applications.get
.
Synopsis
- type ApplicationsGetResource = "admin" :> ("datatransfer" :> ("v1" :> ("applications" :> (Capture "applicationId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] Application)))))
- applicationsGet :: Int64 -> ApplicationsGet
- data ApplicationsGet
- agApplicationId :: Lens' ApplicationsGet Int64
REST Resource
type ApplicationsGetResource = "admin" :> ("datatransfer" :> ("v1" :> ("applications" :> (Capture "applicationId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] Application))))) Source #
A resource alias for datatransfer.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 information about an application for the given application ID.
See: applicationsGet
smart constructor.
Instances
Request Lenses
agApplicationId :: Lens' ApplicationsGet Int64 Source #
ID of the application resource to be retrieved.