Using Python3 FastAPI
This project shows how to setup an easy Python REST API server built on FastAPI
This example is set up to run behind Uvicorn
gstables.py helps you parse and serialize the GameSalad tables format sent by Send Table and Get Table network behaviors in GameSalad.
main.py is the actual API endpoint and accepts a POST request for send table and GET request for retrieve table.