summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-07Ordered StrEnum members to allow sorting LevelsAki
2022-10-07Removed iterator responsibility from PredictionAki
2022-10-07Renamed EntryView to PredictionAki
2022-10-06Documented point forecast moduleAki
2022-10-06Renamed Endpoint to PointForecastAki
2022-10-06Fixed entryview conditionAki
2022-10-06Fixed typo from refactoringAki
2022-10-06Fixed unit notationAki
2022-10-06Added wrapper for responsesAki
2022-10-05Point forecast now allows Request or arguments for requestAki
2022-10-04Fixed bad relative importAki
2022-10-04Wrapped and shuffled endpoint config around to Windy classAki
2022-10-02Tweaked request interface a bitAki
I'm still not happy with it, but I think I just need to roll a dice once or twice more, and then just settle on the outcome, because there is no point wasting much more time on such a trivial module as this one.
2022-10-02Added missing key to request bodyAki
2022-09-26Merged Config into RequestAki
2022-09-26Made a proper package out of the moduleAki
2022-09-24Separated config, request, and function that makes real requestAki
Experimenting a little bit with different forms to see what seems alright as public API. Feels like an overkill, since the whole thing is dead simple, but let's do it regardless.
2022-09-23Extended Enums for Levels and ModelsAki
2022-09-22Created stub request to point forecast endpointAki