A bunch of global refactoring and improvements.

Improved coverage reports generation.
Updated docs.
Moved logic out of large mappers into small deserializers.
Implemented Geocoding API functionality.
Implemented Hourly forecast functionality.
Implemented Daily forecast functionality.
Renamed Coordinate class.
Reimplemented Current Weather API: removed multiple locations requests. Marked officially deprecated methods as @Deprecated.
Updated tests.
This commit is contained in:
2022-04-30 01:35:45 +03:00
parent 8ca55b15f7
commit 4fdb48986e
154 changed files with 7881 additions and 2429 deletions
+4 -3
View File
@@ -1,5 +1,6 @@
*.iml
.idea/
.idea
.gradle
build/
target/
build
target
out