Liking cljdoc? Tell your friends :D

happygapi.people.otherContacts

People API: otherContacts. Provides access to information about profiles and contacts. See: https://developers.google.com/people/api/reference/rest/v1/otherContacts

People API: otherContacts.
Provides access to information about profiles and contacts.
See: https://developers.google.com/people/api/reference/rest/v1/otherContacts
raw docstring

copyOtherContactToMyContactsGroup$clj

(copyOtherContactToMyContactsGroup$ auth parameters body)

https://developers.google.com/people/api/reference/rest/v1/otherContacts/copyOtherContactToMyContactsGroup

Required parameters: resourceName

Optional parameters: none

Body:

{:copyMask string, :readMask string, :sources [string]}

Copies an "Other contact" to a new contact in the user's "myContacts" group

https://developers.google.com/people/api/reference/rest/v1/otherContacts/copyOtherContactToMyContactsGroup

Required parameters: resourceName

Optional parameters: none

Body: 

{:copyMask string, :readMask string, :sources [string]}

Copies an "Other contact" to a new contact in the user's "myContacts" group
raw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/people/api/reference/rest/v1/otherContacts/list

Required parameters: none

Optional parameters: pageToken, pageSize, syncToken, readMask, requestSyncToken

List all "Other contacts", that is contacts that are not in a contact group. "Other contacts" are typically auto created contacts from interactions.

https://developers.google.com/people/api/reference/rest/v1/otherContacts/list

Required parameters: none

Optional parameters: pageToken, pageSize, syncToken, readMask, requestSyncToken

List all "Other contacts", that is contacts that are not in a contact group. "Other contacts" are typically auto created contacts from interactions.
raw docstring

search$clj

(search$ auth parameters)

https://developers.google.com/people/api/reference/rest/v1/otherContacts/search

Required parameters: none

Optional parameters: readMask, query, pageSize

Provides a list of contacts in the authenticated user's other contacts that matches the search query. The query matches on a contact's names, emailAddresses, and phoneNumbers fields that are from the OTHER_CONTACT source. IMPORTANT: Before searching, clients should send a warmup request with an empty query to update the cache. See https://developers.google.com/people/v1/other-contacts#search_the_users_other_contacts

https://developers.google.com/people/api/reference/rest/v1/otherContacts/search

Required parameters: none

Optional parameters: readMask, query, pageSize

Provides a list of contacts in the authenticated user's other contacts that matches the search query. The query matches on a contact's `names`, `emailAddresses`, and `phoneNumbers` fields that are from the OTHER_CONTACT source. **IMPORTANT**: Before searching, clients should send a warmup request with an empty query to update the cache. See https://developers.google.com/people/v1/other-contacts#search_the_users_other_contacts
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close