mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-23 17:23:59 -05:00
Start adding API endpoints
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
@Environment_HostAddress = http://localhost:5234
|
||||
@Environment_HostAddress = http://localhost:5000
|
||||
|
||||
GET {{Environment_HostAddress}}/weatherforecast/
|
||||
GET {{Environment_HostAddress}}/readings/recent
|
||||
Accept: application/json
|
||||
|
||||
###
|
||||
|
||||
GET {{Environment_HostAddress}}/readings/recent?tz=America/New_York
|
||||
Accept: application/json
|
||||
|
||||
Reference in New Issue
Block a user