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

Contents

Description

Create a new circle for the authenticated user.

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

Synopsis

REST Resource

type CirclesInsertResource = "plusDomains" :> ("v1" :> ("people" :> (Capture "userId" Text :> ("circles" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Circle :> Post `[JSON]` Circle)))))) Source

A resource alias for plusDomains.circles.insert method which the CirclesInsert request conforms to.

Creating a Request

circlesInsert Source

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

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

Request Lenses

ciPayload :: Lens' CirclesInsert Circle Source

Multipart request metadata.

ciUserId :: Lens' CirclesInsert Text Source

The ID of the user to create the circle on behalf of. The value "me" can be used to indicate the authenticated user.