gogol-mirror-0.0.1: Google Mirror 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.Mirror.Contacts.Get

Contents

Description

Gets a single contact by ID.

See: Google Mirror API Reference for mirror.contacts.get.

Synopsis

REST Resource

type ContactsGetResource = "mirror" :> ("v1" :> ("contacts" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Contact)))) Source

A resource alias for mirror.contacts.get method which the ContactsGet request conforms to.

Creating a Request

contactsGet Source

Arguments

:: Text

cgId

-> ContactsGet 

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

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

Request Lenses

cgId :: Lens' ContactsGet Text Source

The ID of the contact.