initial wip

This commit is contained in:
Bernhard Radermacher
2025-08-28 16:01:44 +00:00
parent d318f650a2
commit 4e9fd3d394
13 changed files with 216 additions and 0 deletions

26
test_main.http Normal file
View File

@@ -0,0 +1,26 @@
# Test your FastAPI endpoints
GET http://localhost:8888/info/updated
Accept: application/json
###
#GET http://localhost:8888/calendar
#Accept: application/json
#
####
#
#GET http://localhost:8888/calendar/1/dates/
#Accept: application/json
#
####
#
#GET http://localhost:8888/calendar/1/dates?offset=1
#Accept: application/json
#
####
#
#GET http://localhost:8888/calendar/1/dates?offset=-1
#Accept: application/json
#
####