gogol-civicinfo-0.0.1: Google Civic Information 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.CivicInfo.Elections.ElectionQuery

Contents

Description

List of available elections to query.

See: Google Civic Information API Reference for civicinfo.elections.electionQuery.

Synopsis

REST Resource

type ElectionsElectionQueryResource = "civicinfo" :> ("v2" :> ("elections" :> (QueryParam "alt" AltJSON :> Get `[JSON]` ElectionsQueryResponse))) Source

A resource alias for civicinfo.elections.electionQuery method which the ElectionsElectionQuery request conforms to.

Creating a Request

electionsElectionQuery :: ElectionsElectionQuery Source

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