feat(api): add multiple days api
This commit is contained in:
@@ -6,3 +6,6 @@ from .model import WeatherResponse
|
||||
class WeatherApi:
|
||||
async def get_day(self, location_id: str, date: datetime.date) -> WeatherResponse:
|
||||
raise NotImplementedError
|
||||
|
||||
async def get_days(self, location_id: str, days: int) -> WeatherResponse:
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user