gogol-plus-domains-0.0.1: Google + Domains SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.PlusDomains.Comments.Get

Contents

Description

Get a comment.

See: Google+ Domains API Reference for plusDomains.comments.get.

Synopsis

REST Resource

type CommentsGetResource = "plusDomains" :> ("v1" :> ("comments" :> (Capture "commentId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Comment)))) Source

A resource alias for plusDomains.comments.get method which the CommentsGet request conforms to.

Creating a Request

commentsGet Source

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:

Request Lenses

cgCommentId :: Lens' CommentsGet Text Source

The ID of the comment to get.