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.People.Get

Contents

Description

Get a person's profile.

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

Synopsis

REST Resource

type PeopleGetResource = "plusDomains" :> ("v1" :> ("people" :> (Capture "userId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Person)))) Source

A resource alias for plusDomains.people.get method which the PeopleGet request conforms to.

Creating a Request

peopleGet Source

Arguments

:: Text

pgUserId

-> PeopleGet 

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

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

Request Lenses

pgUserId :: Lens' PeopleGet Text Source

The ID of the person to get the profile for. The special value "me" can be used to indicate the authenticated user.