14 Commits

Author SHA1 Message Date
4fdb48986e
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.
2022-04-30 01:35:45 +03:00
13b20fc7e9 Moved mappers into separate package. 2022-04-14 20:28:23 +03:00
Alexey Zinchenko
3c8b00eae1
Releasing 2.2.0 version. 2021-04-17 17:14:51 +03:00
Alexey Zinchenko
4cfa8ab843
2.1.0 version implementation. 2021-04-12 02:00:51 +03:00
64e02cd7a8 A lot of refactoring and documentation writing. 2021-03-26 00:48:39 +03:00
c68c6fd2b6 Wrote documentation. 2021-03-25 00:58:14 +03:00
cdc5a4b380 Added tests for forecast functionality. 2021-03-24 02:15:01 +03:00
a0e289cc2c Rechecked all tests. Fixed API customization possibilities. 2021-03-24 01:32:49 +03:00
ef138d3bfe Added unit tests. Removed obsolete API parameter. 2021-03-24 00:04:55 +03:00
930776f5c2 Tests refactoring. Got rid of 'assert 'statement. 2021-03-23 01:56:08 +03:00
5d6b8c4d97 Rechecked weather API response mapping. Refactoring. 2021-03-22 23:00:30 +03:00
f7741e1df6 Implemented free-plan weather forecast retrieving. 2021-03-22 01:46:44 +03:00
ea39441e83 Initial implementation of free-plan forecast retriever. Small refactoring. 2021-03-21 02:32:39 +03:00
d63de824b3 Refactoring. Checked old implementation. 2021-03-21 00:41:58 +03:00