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.FactCheckTools.Pages.Get
Description
Get all `ClaimReview` markup on a page.
See: Fact Check Tools API Reference for factchecktools.pages.get
.
Synopsis
- type PagesGetResource = "v1alpha1" :> (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] GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage)))))))
- pagesGet :: Text -> PagesGet
- data PagesGet
- pgXgafv :: Lens' PagesGet (Maybe Xgafv)
- pgUploadProtocol :: Lens' PagesGet (Maybe Text)
- pgAccessToken :: Lens' PagesGet (Maybe Text)
- pgUploadType :: Lens' PagesGet (Maybe Text)
- pgName :: Lens' PagesGet Text
- pgCallback :: Lens' PagesGet (Maybe Text)
REST Resource
type PagesGetResource = "v1alpha1" :> (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] GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage))))))) Source #
A resource alias for factchecktools.pages.get
method which the
PagesGet
request conforms to.
Creating a Request
Creates a value of PagesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Get all `ClaimReview` markup on a page.
See: pagesGet
smart constructor.
Instances
Request Lenses
pgUploadProtocol :: Lens' PagesGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pgUploadType :: Lens' PagesGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").