This function queries the Bureau of Meteorology Water Data KISTERS API. A parameter list is passed to make request and the JSON return is parsed depending on what is requested. This function can be used if you want to build your own JSON queries.
make_bom_request(params)A tibble is returned with the columns depending on the request. For
get_timeseries requests, a tibble with zero rows is returned
if there is no data available for that query.
A named list of parameters.