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 the latest version of the specified page in the presentation.
See: Google Slides API Reference for slides.presentations.pages.get
.
Synopsis
- type PresentationsPagesGetResource = "v1" :> ("presentations" :> (Capture "presentationId" Text :> ("pages" :> (Capture "pageObjectId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Page))))))))))
- presentationsPagesGet :: Text -> Text -> PresentationsPagesGet
- data PresentationsPagesGet
- ppgXgafv :: Lens' PresentationsPagesGet (Maybe Xgafv)
- ppgUploadProtocol :: Lens' PresentationsPagesGet (Maybe Text)
- ppgAccessToken :: Lens' PresentationsPagesGet (Maybe Text)
- ppgPageObjectId :: Lens' PresentationsPagesGet Text
- ppgUploadType :: Lens' PresentationsPagesGet (Maybe Text)
- ppgPresentationId :: Lens' PresentationsPagesGet Text
- ppgCallback :: Lens' PresentationsPagesGet (Maybe Text)
REST Resource
type PresentationsPagesGetResource = "v1" :> ("presentations" :> (Capture "presentationId" Text :> ("pages" :> (Capture "pageObjectId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Page)))))))))) Source #
A resource alias for slides.presentations.pages.get
method which the
PresentationsPagesGet
request conforms to.
Creating a Request
presentationsPagesGet Source #
Creates a value of PresentationsPagesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data PresentationsPagesGet Source #
Gets the latest version of the specified page in the presentation.
See: presentationsPagesGet
smart constructor.
Instances
Request Lenses
ppgUploadProtocol :: Lens' PresentationsPagesGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
ppgAccessToken :: Lens' PresentationsPagesGet (Maybe Text) Source #
OAuth access token.
ppgPageObjectId :: Lens' PresentationsPagesGet Text Source #
The object ID of the page to retrieve.
ppgUploadType :: Lens' PresentationsPagesGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
ppgPresentationId :: Lens' PresentationsPagesGet Text Source #
The ID of the presentation to retrieve.
ppgCallback :: Lens' PresentationsPagesGet (Maybe Text) Source #
JSONP