We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As is, the README for stations API will not work because you need to use the api.openweathermap.org/data/3.0 endpoint.
api.openweathermap.org/data/3.0
I propose to add api_root (e.g. https://api.openweathermap.org), api_path, e.g. data, and api_version, then combine these into endpoint.
api_root
https://api.openweathermap.org
api_path
data
api_version
endpoint
Then document that this now supports 2.5 and 3.0 endpoints.
The text was updated successfully, but these errors were encountered:
I did something simpler in #23, so you don't need to specify endpoint to use the stations and measurements APIs.
Sorry, something went wrong.
🙏
wasabigeek
No branches or pull requests
As is, the README for stations API will not work because you need to use the
api.openweathermap.org/data/3.0
endpoint.I propose to add
api_root
(e.g.https://api.openweathermap.org
),api_path
, e.g.data
, andapi_version
, then combine these intoendpoint
.Then document that this now supports 2.5 and 3.0 endpoints.
The text was updated successfully, but these errors were encountered: