Files
vpsx-db/test_main.http

26 lines
426 B
Plaintext
Raw Permalink Normal View History

2025-08-28 16:01:44 +00:00
# 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
#
####