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

Contents

Description

Retrieves a list of contacts for the authenticated user.

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

Synopsis

REST Resource

type ContactsListResource = "mirror" :> ("v1" :> ("contacts" :> (QueryParam "alt" AltJSON :> Get `[JSON]` ContactsListResponse))) Source

A resource alias for mirror.contacts.list method which the ContactsList request conforms to.

Creating a Request

contactsList :: ContactsList Source

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