26 lines
426 B
HTTP
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
|
|
#
|
|
#### |