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

Contents

Description

List all of the people who are members of a circle.

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

Synopsis

REST Resource

type PeopleListByCircleResource = "plusDomains" :> ("v1" :> ("circles" :> (Capture "circleId" Text :> ("people" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` PeopleFeed))))))) Source

A resource alias for plusDomains.people.listByCircle method which the PeopleListByCircle request conforms to.

Creating a Request

peopleListByCircle Source

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

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

Request Lenses

plbcCircleId :: Lens' PeopleListByCircle Text Source

The ID of the circle to get the members of.

plbcPageToken :: Lens' PeopleListByCircle (Maybe Text) Source

The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.

plbcMaxResults :: Lens' PeopleListByCircle Word32 Source

The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.