Initial commit. Connects to Asterisk database and API endponts setup to create endpoints, delete endpoints, update passwords, and get array of users.
This commit is contained in:
21
test_main.http
Normal file
21
test_main.http
Normal file
@@ -0,0 +1,21 @@
|
||||
# Test your FastAPI endpoints
|
||||
|
||||
GET http://127.0.0.1:8000/
|
||||
Accept: application/json
|
||||
|
||||
###
|
||||
|
||||
GET http://127.0.0.1:8000/hello/User
|
||||
Accept: application/json
|
||||
###
|
||||
GET http://127.0.0.1:8000/test/User
|
||||
Accept: application/json
|
||||
###
|
||||
GET http://127.0.0.1:8000/creatEndpoint/data
|
||||
Accept: application/json
|
||||
###
|
||||
GET http://127.0.0.1:8000/deleteEndpoint/data
|
||||
Accept: application/json
|
||||
###
|
||||
GET http://127.0.0.1:8000/updatePassword/data
|
||||
Accept: application/json
|
||||
Reference in New Issue
Block a user