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 a domain mapping on the specified site.
See: Firebase Hosting API Reference for firebasehosting.sites.domains.get
.
Synopsis
- type SitesDomainsGetResource = "v1beta1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Domain)))))))
- sitesDomainsGet :: Text -> SitesDomainsGet
- data SitesDomainsGet
- sdgXgafv :: Lens' SitesDomainsGet (Maybe Xgafv)
- sdgUploadProtocol :: Lens' SitesDomainsGet (Maybe Text)
- sdgAccessToken :: Lens' SitesDomainsGet (Maybe Text)
- sdgUploadType :: Lens' SitesDomainsGet (Maybe Text)
- sdgName :: Lens' SitesDomainsGet Text
- sdgCallback :: Lens' SitesDomainsGet (Maybe Text)
REST Resource
type SitesDomainsGetResource = "v1beta1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Domain))))))) Source #
A resource alias for firebasehosting.sites.domains.get
method which the
SitesDomainsGet
request conforms to.
Creating a Request
Creates a value of SitesDomainsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SitesDomainsGet Source #
Gets a domain mapping on the specified site.
See: sitesDomainsGet
smart constructor.
Instances
Request Lenses
sdgUploadProtocol :: Lens' SitesDomainsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
sdgAccessToken :: Lens' SitesDomainsGet (Maybe Text) Source #
OAuth access token.
sdgUploadType :: Lens' SitesDomainsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
sdgName :: Lens' SitesDomainsGet Text Source #
Required. The name of the domain configuration to get.
sdgCallback :: Lens' SitesDomainsGet (Maybe Text) Source #
JSONP