Liking cljdoc? Tell your friends :D

happygapi.mirror.contacts

Google Mirror API: contacts. Interacts with Glass users via the timeline. See: https://developers.google.com/glassapi/reference/rest/v1/contacts

Google Mirror API: contacts.
Interacts with Glass users via the timeline.
See: https://developers.google.com/glassapi/reference/rest/v1/contacts
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/glassapi/reference/rest/v1/contacts/delete

Required parameters: id

Optional parameters: none

Deletes a contact.

https://developers.google.com/glassapi/reference/rest/v1/contacts/delete

Required parameters: id

Optional parameters: none

Deletes a contact.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/glassapi/reference/rest/v1/contacts/get

Required parameters: id

Optional parameters: none

Gets a single contact by ID.

https://developers.google.com/glassapi/reference/rest/v1/contacts/get

Required parameters: id

Optional parameters: none

Gets a single contact by ID.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/glassapi/reference/rest/v1/contacts/insert

Required parameters: none

Optional parameters: none

Body:

{:displayName string, :speakableName string, :sharingFeatures [string], :acceptCommands [{:type string}], :type string, :source string, :acceptTypes [string], :imageUrls [string], :priority integer, :id string, :kind string, :phoneNumber string}

Inserts a new contact.

https://developers.google.com/glassapi/reference/rest/v1/contacts/insert

Required parameters: none

Optional parameters: none

Body: 

{:displayName string,
 :speakableName string,
 :sharingFeatures [string],
 :acceptCommands [{:type string}],
 :type string,
 :source string,
 :acceptTypes [string],
 :imageUrls [string],
 :priority integer,
 :id string,
 :kind string,
 :phoneNumber string}

Inserts a new contact.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/glassapi/reference/rest/v1/contacts/list

Required parameters: none

Optional parameters: none

Retrieves a list of contacts for the authenticated user.

https://developers.google.com/glassapi/reference/rest/v1/contacts/list

Required parameters: none

Optional parameters: none

Retrieves a list of contacts for the authenticated user.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/glassapi/reference/rest/v1/contacts/patch

Required parameters: id

Optional parameters: none

Body:

{:displayName string, :speakableName string, :sharingFeatures [string], :acceptCommands [{:type string}], :type string, :source string, :acceptTypes [string], :imageUrls [string], :priority integer, :id string, :kind string, :phoneNumber string}

Updates a contact in place. This method supports patch semantics.

https://developers.google.com/glassapi/reference/rest/v1/contacts/patch

Required parameters: id

Optional parameters: none

Body: 

{:displayName string,
 :speakableName string,
 :sharingFeatures [string],
 :acceptCommands [{:type string}],
 :type string,
 :source string,
 :acceptTypes [string],
 :imageUrls [string],
 :priority integer,
 :id string,
 :kind string,
 :phoneNumber string}

Updates a contact in place. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/glassapi/reference/rest/v1/contacts/update

Required parameters: id

Optional parameters: none

Body:

{:displayName string, :speakableName string, :sharingFeatures [string], :acceptCommands [{:type string}], :type string, :source string, :acceptTypes [string], :imageUrls [string], :priority integer, :id string, :kind string, :phoneNumber string}

Updates a contact in place.

https://developers.google.com/glassapi/reference/rest/v1/contacts/update

Required parameters: id

Optional parameters: none

Body: 

{:displayName string,
 :speakableName string,
 :sharingFeatures [string],
 :acceptCommands [{:type string}],
 :type string,
 :source string,
 :acceptTypes [string],
 :imageUrls [string],
 :priority integer,
 :id string,
 :kind string,
 :phoneNumber string}

Updates a contact in place.
sourceraw docstring

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

× close