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:
Dan
2025-03-25 16:53:31 -04:00
commit b6653f3c15
3 changed files with 134 additions and 0 deletions

21
test_main.http Normal file
View 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