-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Add the daily forecast endpoint.
http://api.openweathermap.org/data/2.5/forecast?appid={key}&q={query}
Currently only the weather endpoint is supported.
http://api.openweathermap.org/data/2.5/weather?appid={_apiKey}&q={queryString}
Alterantively you could just allow the implementor to decide which endpoint to use
private Uri GenerateRequestUrl(string queryString) => new Uri($"http://api.openweathermap.org/data/2.5/{endpoint}/{query});
Metadata
Metadata
Assignees
Labels
No labels