Created a sloppy api for home weather

This commit is contained in:
2025-07-10 00:52:55 +02:00
commit 2778c9d348
23 changed files with 808 additions and 0 deletions

6
HomeApi/HomeApi.http Normal file
View File

@@ -0,0 +1,6 @@
@HomeApi_HostAddress = http://localhost:5128
GET {{HomeApi_HostAddress}}/weatherforecast/
Accept: application/json
###