Liking cljdoc? Tell your friends :D

happygapi.civicinfo.elections

Google Civic Information API: elections. Provides polling places, early vote locations, contest data, election officials, and government representatives for U.S. residential addresses. See: https://developers.google.com/civic-informationapi/reference/rest/v2/elections

Google Civic Information API: elections.
Provides polling places, early vote locations, contest data, election officials, and government representatives for U.S. residential addresses.
See: https://developers.google.com/civic-informationapi/reference/rest/v2/elections
raw docstring

electionQuery$clj

(electionQuery$ auth parameters body)

https://developers.google.com/civic-informationapi/reference/rest/v2/elections/electionQuery

Required parameters: none

Optional parameters: none

Body:

{:contextParams {:clientProfile string}}

List of available elections to query.

https://developers.google.com/civic-informationapi/reference/rest/v2/elections/electionQuery

Required parameters: none

Optional parameters: none

Body: 

{:contextParams {:clientProfile string}}

List of available elections to query.
sourceraw docstring

voterInfoQuery$clj

(voterInfoQuery$ auth parameters body)

https://developers.google.com/civic-informationapi/reference/rest/v2/elections/voterInfoQuery

Required parameters: address

Optional parameters: electionId, officialOnly, returnAllAvailableData

Body:

{:contextParams {:clientProfile string}, :voterInfoSegmentResult {:generatedMillis string, :postalAddress PostalAddress, :request VoterInfoRequest, :response VoterInfoResponse}}

Looks up information relevant to a voter based on the voter's registered address.

https://developers.google.com/civic-informationapi/reference/rest/v2/elections/voterInfoQuery

Required parameters: address

Optional parameters: electionId, officialOnly, returnAllAvailableData

Body: 

{:contextParams {:clientProfile string},
 :voterInfoSegmentResult {:generatedMillis string,
                          :postalAddress PostalAddress,
                          :request VoterInfoRequest,
                          :response VoterInfoResponse}}

Looks up information relevant to a voter based on the voter's registered address.
sourceraw docstring

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

× close