[−][src]Function df_st_api::api::historical_eras::list_historical_eras
pub fn list_historical_eras(
conn: DfStDatabase,
pagination: ApiPagination,
server_info: State<'_, ServerInfo>
) -> Result<Json<ApiPage<HistoricalEra>>, APIErrorNotModified>
Request a list of all HistoricalEra
in the world.
List is not ordered and some id's might be missing!
( Since = "0.1.0" )