Return to owm weather provider

Since yahoo support already exists, so I've added new option
X-AW-Provider (apiver 3). Added tests for these cases
This commit is contained in:
2016-06-02 11:09:02 +03:00
parent 4337379177
commit 620c4bd1e3
26 changed files with 704 additions and 131 deletions

View File

@ -19,7 +19,8 @@
"qnetworkreply-network-reply-timeout-helper"
#define SPECIAL_THANKS \
"Yahoo! Finance,https://finance.yahoo.com/;Yahoo! " \
"Weather,https://weather.yahoo.com/;JetBrains,https://www.jetbrains.com/"
"Weather,https://weather.yahoo.com/;JetBrains,https://www.jetbrains.com/" \
";OpenWeatherMap,http://openweathermap.org/"
#define CHANGELOG "@PROJECT_CHANGELOG@"
// configuraion
@ -32,7 +33,7 @@
// extupgrade api version
#define AWEUAPI 3
// extweather api version
#define AWEWAPI 2
#define AWEWAPI 3
// formatter api version
#define AWEFAPI 1
// network requests timeout, ms