From a1690583bb49a3a05fe9160b780de94fd7b88724 Mon Sep 17 00:00:00 2001 From: Christopher Bohn <bohn@unl.edu> Date: Sun, 27 Nov 2022 12:46:17 -0600 Subject: [PATCH] Added clarifying note about which OneCall API is used --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b96f49..e15fc36 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ - [*"weather"*](https://openweathermap.org/current), the current weather data set - [*"onecall"*](https://openweathermap.org/api/one-call-api), the "One - Call API" data set + Call v2.5 API" data set (note: does *not* use the v3.0 API) - [*forecast*](https://openweathermap.org/forecast5), the 5-day/3-hour forecast data set - [*air_pollution*](https://openweathermap.org/api/air-pollution), the air @@ -152,4 +152,4 @@ The `edu.unl.cse.soft160.json_connections.connector.OpenWeatherConnector` class provides a wrapper for `RestConnection` and `FileConnection` to simplify client code that uses data from [OpenWeathermap.org](https://openweathermap.org). -**In a typical project, you should only need to directly use `OpenWeatherConnector`.** \ No newline at end of file +**In a typical project, you should only need to directly use `OpenWeatherConnector`.** -- GitLab