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 |
Shut down. See https://developers.google.com/+/api-shutdown for more details.
See: Google+ API Reference for plus.comments.get
.
Synopsis
- type CommentsGetResource = "plus" :> ("v1" :> ("comments" :> (Capture "commentId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Comment))))
- commentsGet :: Text -> CommentsGet
- data CommentsGet
- cgCommentId :: Lens' CommentsGet Text
REST Resource
type CommentsGetResource = "plus" :> ("v1" :> ("comments" :> (Capture "commentId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Comment)))) Source #
A resource alias for plus.comments.get
method which the
CommentsGet
request conforms to.
Creating a Request
Creates a value of CommentsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CommentsGet Source #
Shut down. See https://developers.google.com/+/api-shutdown for more details.
See: commentsGet
smart constructor.
Instances
Request Lenses
cgCommentId :: Lens' CommentsGet Text Source #
The ID of the comment to get.