Files
vpsx-db/test_main.http
Bernhard Radermacher 4e9fd3d394 initial wip
2025-08-28 16:01:44 +00:00

26 lines
426 B
HTTP

# 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
#
####