election_day.views.election.data
Functions
|
" The main view. |
|
View the raw data as JSON. |
|
View the raw data as CSV. |
View the raw parties data as JSON. |
|
View the raw parties data as CSV. |
|
" View the list connections as JSON. |
Module Contents
- election_day.views.election.data.view_election_data(self: onegov.election_day.models.Election, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
“ The main view.
- election_day.views.election.data.view_election_data_as_json(self: onegov.election_day.models.Election, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.JSON_ro [source]
View the raw data as JSON.
- election_day.views.election.data.view_election_data_as_csv(self: onegov.election_day.models.Election, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
View the raw data as CSV.
- election_day.views.election.data.view_election_parties_data_as_json(self: onegov.election_day.models.Election, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
View the raw parties data as JSON.