Gets a forecast's information

forecast_info(zoltar_connection, forecast_url)

Arguments

zoltar_connection

A ZoltarConnection object as returned by new_connection()

forecast_url

URL of a forecast in zoltar_connection's forecasts

Value

A list of forecast information for the passed forecast_url

Examples

if (FALSE) {
  the_forecast_info <- forecast_info(conn, "http://example.com/api/forecast/1/")
}