Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Retrieves a list of contacts for the authenticated user.
See: Google Mirror API Reference for mirror.contacts.list
.
Synopsis
- type ContactsListResource = "mirror" :> ("v1" :> ("contacts" :> (QueryParam "alt" AltJSON :> Get '[JSON] ContactsListResponse)))
- contactsList :: ContactsList
- data ContactsList
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.
data ContactsList Source #
Retrieves a list of contacts for the authenticated user.
See: contactsList
smart constructor.