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.Insert

Contents

Description

Create a new comment in reply to an activity.

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

Synopsis

REST Resource

type CommentsInsertResource = "plusDomains" :> ("v1" :> ("activities" :> (Capture "activityId" Text :> ("comments" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Comment :> Post `[JSON]` Comment)))))) Source

A resource alias for plusDomains.comments.insert method which the CommentsInsert request conforms to.

Creating a Request

commentsInsert Source

Creates a value of CommentsInsert with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cActivityId :: Lens' CommentsInsert Text Source

The ID of the activity to reply to.

cPayload :: Lens' CommentsInsert Comment Source

Multipart request metadata.