This is a Flask REST API designed to serve the haberdasher
project.. It uses hagadias as its backend.
All endpoints begin with qud-api/
.
anatomies
: Available creature anatomies.
{
"AirWell": [
{
"Name": "Upper Dome",
"Type": "Head"
},
{
"Name": "Back",
"Type": "Back"
},
...
wearables
: All equipment that can be equipped to body slots. For the hand slots, this only includes melee weapons.