[][src]Module df_st_api::api::historical_events

Statics

static_rocket_route_info_for_get_historical_event

Rocket code generated static route info.

static_rocket_route_info_for_get_historical_event_count

Rocket code generated static route info.

static_rocket_route_info_for_list_historical_events

Rocket code generated static route info.

Functions

get_historical_event

Request a HistoricalEvent by id. All Fields that are None or empty will be hidden in the response.

get_historical_event_count

Request a counts about HistoricalEvent grouped by a field. Currently only id,type,year and seconds72 can be used for group_by.

list_historical_events

Request a list of all HistoricalEvent in the world. List is not ordered and some id's might be missing! Currently only id,type,year and seconds72 can be used for order_by. All Fields that are None or empty will be hidden in the response.

okapi_add_operation_for_get_historical_event_
okapi_add_operation_for_get_historical_event_count_
okapi_add_operation_for_list_historical_events_
rocket_route_fn_get_historical_event

Rocket code generated wrapping route function.

rocket_route_fn_get_historical_event_count

Rocket code generated wrapping route function.

rocket_route_fn_list_historical_events

Rocket code generated wrapping route function.