Module: Google::Civic::Router
- Included in:
- Requester
- Defined in:
- lib/google-civic/router.rb
Constant Summary collapse
- BASE_URL =
"https://www.googleapis.com"- BASE_PATH =
"/civicinfo/v1"- ROUTES =
{ elections: { method: :get, path: "/elections", klass: Election } }