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