Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 581 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 581 Bytes

qud-api

This is a Flask REST API designed to serve the haberdasher project.. It uses hagadias as its backend.

Endpoints

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.