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 list of your verified websites and domains.
See: Google Site Verification API Reference for siteVerification.webResource.list
.
Synopsis
- type WebResourceListResource = "siteVerification" :> ("v1" :> ("webResource" :> (QueryParam "alt" AltJSON :> Get '[JSON] SiteVerificationWebResourceListResponse)))
- webResourceList :: WebResourceList
- data WebResourceList
REST Resource
type WebResourceListResource = "siteVerification" :> ("v1" :> ("webResource" :> (QueryParam "alt" AltJSON :> Get '[JSON] SiteVerificationWebResourceListResponse))) Source #
A resource alias for siteVerification.webResource.list
method which the
WebResourceList
request conforms to.
Creating a Request
webResourceList :: WebResourceList Source #
Creates a value of WebResourceList
with the minimum fields required to make a request.
data WebResourceList Source #
Get the list of your verified websites and domains.
See: webResourceList
smart constructor.