| 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 |
Network.Google.Resource.Webmasters.Sites.Get
Description
Retrieves information about specific site.
See: Search Console API Reference for webmasters.sites.get.
REST Resource
type SitesGetResource = "webmasters" :> ("v3" :> ("sites" :> (Capture "siteUrl" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] WmxSite)))) Source #
A resource alias for webmasters.sites.get method which the
SitesGet request conforms to.
Creating a Request
Creates a value of SitesGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Retrieves information about specific site.
See: sitesGet smart constructor.