HTTP Mode
FastAPI server with Swagger UI.
Starting Server
python myapp.py
Endpoints
All methods exposed as POST endpoints:
POST /{handler}/{method}
Swagger UI
Visit http://localhost:8000/docs
See Architecture for details.
FastAPI server with Swagger UI.
python myapp.py
All methods exposed as POST endpoints:
POST /{handler}/{method}
Visit http://localhost:8000/docs
See Architecture for details.