[][src]Function df_st_api::api::rivers::list_rivers

pub fn list_rivers(
    conn: DfStDatabase,
    pagination: ApiPagination,
    server_info: State<'_, ServerInfo>
) -> Result<Json<ApiPage<River>>, APIErrorNotModified>

Request a list of all River in the world. List is not ordered and some id's might be missing!

( Since = "0.1.0" )