Gets a forecast's information
forecast_info(zoltar_connection, forecast_url)
A ZoltarConnection
object as returned by new_connection()
URL of a forecast in zoltar_connection's forecasts
A list
of forecast information for the passed forecast_url
if (FALSE) {
the_forecast_info <- forecast_info(conn, "http://example.com/api/forecast/1/")
}