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 |
Get the most current data for a website or domain.
See: Google Site Verification API Reference for siteVerification.webResource.get
.
Synopsis
- type WebResourceGetResource = "siteVerification" :> ("v1" :> ("webResource" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] SiteVerificationWebResourceResource))))
- webResourceGet :: Text -> WebResourceGet
- data WebResourceGet
- wrgId :: Lens' WebResourceGet Text
REST Resource
type WebResourceGetResource = "siteVerification" :> ("v1" :> ("webResource" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] SiteVerificationWebResourceResource)))) Source #
A resource alias for siteVerification.webResource.get
method which the
WebResourceGet
request conforms to.
Creating a Request
:: Text | |
-> WebResourceGet |
Creates a value of WebResourceGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data WebResourceGet Source #
Get the most current data for a website or domain.
See: webResourceGet
smart constructor.