initial wip
This commit is contained in:
26
test_main.http
Normal file
26
test_main.http
Normal 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
|
||||
#
|
||||
####
|
||||
Reference in New Issue
Block a user