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