election_day.views.election_compound.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. |
Module Contents
- election_day.views.election_compound.data.view_election_compound_data(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
“ The main view.
- election_day.views.election_compound.data.view_election_compound_data_as_json(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.JSON_ro [source]
View the raw data as JSON.
- election_day.views.election_compound.data.view_election_compound_data_as_csv(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
View the raw data as CSV.